#AC4020

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

Shades of Rock Spray #AC4020

Tints of Rock Spray #AC4020

Color information

#AC4020 (or 0xAC4020) is unknown color: approx Rock Spray. HEX triplet: AC, 40 and 20. RGB value is (172,64,32). Sum of RGB (Red+Green+Blue) = 172+64+32=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4020 is #53BFDF. Grayscale: #5C5C5C. Windows color (decimal): -5488608 or 2113708. OLE color: 2113708.

HSL color Cylindrical-coordinate representation of color #AC4020: hue angle of 13.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC4020 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1726432-
CMYK00.630.810.33
HSL13.71º68.63%40%-
HSV(B)13.71º81.4%67.45%-
XYZ19.1112.542.78-
YUV92.6493.78184.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.18%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=64.18%
G=23.88%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172643200.630.810.3313.7168.6340
HexAC402003F5121e4528
Octal25410040077121411610550
Binary1010110010000001000000111111101000110000111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4020; }

 p { color: rgb(172,64,32); }

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

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

 a { background-color: rgb(172,64,32); }

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

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

 span { border-color: rgb(172,64,32); }

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