Html Css Color HEX #AC4221 Rock Spray

📋 copy color: '#AC4221'

red 172 ◦ green 66 ◦ blue 33

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

Shades of Rock Spray #AC4221

Tints of Rock Spray #AC4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 63.47%
G = 24.35%
B = 12.18%

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

#AC4221 (or 0xAC4221) is known color: Rock Spray. HEX triplet: AC, 42 and 21. RGB value is (172,66,33). Sum of RGB (Red+Green+Blue) = 172+66+33=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4221 is #53BDDE. Grayscale: #5E5E5E. Windows color (decimal): -5488095 or 2179756. OLE color: 2179756.

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

Color convert

RGB 172 66 33 -
CMYK 0 0.62 0.81 0.33
HSL 14.24º 0.68% 0.4% -
HSV(B) 14.24º 0.81% 0.67% -
XYZ 19.24 12.78 2.89 -
YUV 93.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 172 66 33 0 0.62 0.81 0.33 14.24 0.68 0.4
Hex AC 42 21 0 3E 51 21 E 44 28
Octal 254 102 41 0 76 121 41 16 104 50
Binary 10101100 1000010 100001 0 111110 1010001 100001 1110 1000100 101000

Color Harmonies of #AC4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4221

Black with #AC4221

Text Example


Text Example

White with #AC4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4221; }

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

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

background-color css

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

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

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

border-color css

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

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

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