#A74523

Color #A74523 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A74523

Tints of Rock Spray #A74523

Color information

#A74523 (or 0xA74523) is unknown color: approx Rock Spray. HEX triplet: A7, 45 and 23. RGB value is (167,69,35). Sum of RGB (Red+Green+Blue) = 167+69+35=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A74523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74523 is #58BADC. Grayscale: #5E5E5E. Windows color (decimal): -5815005 or 2311591. OLE color: 2311591.

HSL color Cylindrical-coordinate representation of color #A74523: hue angle of 15.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A74523 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1676935-
CMYK00.590.790.35
HSL15.45º65.35%39.61%-
HSV(B)15.45º79.04%65.49%-
XYZ18.3712.593.05-
YUV94.4394.47179.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 61.62%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=61.62%
G=25.46%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167693500.590.790.3515.4565.3539.61
HexA7452303B4F23f4128
Octal24710543073117431710150
Binary1010011110001011000110111011100111110001111111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74523; }

 p { color: rgb(167,69,35); }

 H1.HeaderClassName
 {
   color: #A74523;
 }
 .AnyTagClassName
 {
   color: #A74523;
 }
</style>
background-color css

<style>
 a { background-color: #A74523; }

 a { background-color: rgb(167,69,35); }

 div.DivClassName
 {
   background-color: #A74523;
 }
 .BgClassName
 {
   background-color: #A74523;
 }
</style>
border-color css

<style>
 span { border-color: #A74523; }

 span { border-color: rgb(167,69,35); }

 td.TdClassName
 {
   border-color: #A74523;
 }
 .TagClassName
 {
   border-color: #A74523;
 }
</style>