#A74524

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

Shades of Rock Spray #A74524

Tints of Rock Spray #A74524

Color information

#A74524 (or 0xA74524) is unknown color: approx Rock Spray. HEX triplet: A7, 45 and 24. RGB value is (167,69,36). Sum of RGB (Red+Green+Blue) = 167+69+36=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A74524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74524 is #58BADB. Grayscale: #5E5E5E. Windows color (decimal): -5815004 or 2377127. OLE color: 2377127.

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

Color convert

RGB1676936-
CMYK00.590.780.35
HSL15.11º64.53%39.8%-
HSV(B)15.11º78.44%65.49%-
XYZ18.3812.63.13-
YUV94.5494.97179.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.40%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=61.40%
G=25.37%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167693600.590.780.3515.1164.5339.8
HexA7452403B4E23f4128
Octal24710544073116431710150
Binary1010011110001011001000111011100111010001111111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74524; }

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

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

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

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

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

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

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

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