#AC4021

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

Shades of Rock Spray #AC4021

Tints of Rock Spray #AC4021

Color information

#AC4021 (or 0xAC4021) is unknown color: approx Rock Spray. HEX triplet: AC, 40 and 21. RGB value is (172,64,33). Sum of RGB (Red+Green+Blue) = 172+64+33=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4021 is #53BFDE. Grayscale: #5C5C5C. Windows color (decimal): -5488607 or 2179244. OLE color: 2179244.

HSL color Cylindrical-coordinate representation of color #AC4021: hue angle of 13.38º degrees, saturation: 0.68, 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 #AC4021 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1726433-
CMYK00.630.810.33
HSL13.38º67.8%40.2%-
HSV(B)13.38º80.81%67.45%-
XYZ19.1212.552.85-
YUV92.7694.28184.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 33 (13.28% from 255) = 12.27%
R=63.94%
G=23.79%
B=12.27%

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
Decimal172643300.630.810.3313.3867.840.2
HexAC402103F5121d4428
Octal25410041077121411510450
Binary1010110010000001000010111111101000110000111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4021; }

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

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

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

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

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

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

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

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