Html Css Color HEX #AC4120 Rock Spray

📋 copy color: '#AC4120'

red 172 ◦ green 65 ◦ blue 32

#AC4120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #AC4120

Tints of Rock Spray #AC4120

RGB

 RED value IS 172 (67.58% from 255) = 63.94%

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 63.94%
G = 24.16%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC4120 (or 0xAC4120) is known color: Rock Spray. HEX triplet: AC, 41 and 20. RGB value is (172,65,32). Sum of RGB (Red+Green+Blue) = 172+65+32=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4120 is #53BEDF. Grayscale: #5D5D5D. Windows color (decimal): -5488352 or 2113964. OLE color: 2113964.

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

Color convert

RGB 172 65 32 -
CMYK 0 0.62 0.81 0.33
HSL 14.14º 0.69% 0.4% -
HSV(B) 14.14º 0.81% 0.67% -
XYZ 19.16 12.66 2.8 -
YUV 93.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 172 65 32 0 0.62 0.81 0.33 14.14 0.69 0.4
Hex AC 41 20 0 3E 51 21 E 45 28
Octal 254 101 40 0 76 121 41 16 105 50
Binary 10101100 1000001 100000 0 111110 1010001 100001 1110 1000101 101000

Color Harmonies of #AC4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4120

Black with #AC4120

Text Example


Text Example

White with #AC4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4120; }

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

 H1.HeaderClassName
 {
   color: #AC4120;
 }
 .AnyTagClassName
 {
   color: #AC4120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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