Html Css Color HEX #AC4227 Rock Spray

📋 copy color: '#AC4227'

red 172 ◦ green 66 ◦ blue 39

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

Shades of Rock Spray #AC4227

Tints of Rock Spray #AC4227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.08%

R = 62.09%
G = 23.83%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4227 (or 0xAC4227) is known color: Rock Spray. HEX triplet: AC, 42 and 27. RGB value is (172,66,39). Sum of RGB (Red+Green+Blue) = 172+66+39=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4227 is #53BDD8. Grayscale: #5E5E5E. Windows color (decimal): -5488089 or 2572972. OLE color: 2572972.

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

Color convert

RGB 172 66 39 -
CMYK 0 0.62 0.77 0.33
HSL 12.18º 0.63% 0.41% -
HSV(B) 12.18º 0.77% 0.67% -
XYZ 19.33 12.81 3.37 -
YUV 94.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 172 66 39 0 0.62 0.77 0.33 12.18 0.63 0.41
Hex AC 42 27 0 3E 4D 21 C 3F 29
Octal 254 102 47 0 76 115 41 14 77 51
Binary 10101100 1000010 100111 0 111110 1001101 100001 1100 111111 101001

Color Harmonies of #AC4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4227

Black with #AC4227

Text Example


Text Example

White with #AC4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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