Html Css Color HEX #AC4327 Rock Spray

📋 copy color: '#AC4327'

red 172 ◦ green 67 ◦ blue 39

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

Shades of Rock Spray #AC4327

Tints of Rock Spray #AC4327

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

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

R = 61.87%
G = 24.1%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4327 (or 0xAC4327) is known color: Rock Spray. HEX triplet: AC, 43 and 27. RGB value is (172,67,39). Sum of RGB (Red+Green+Blue) = 172+67+39=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4327 is #53BCD8. Grayscale: #5F5F5F. Windows color (decimal): -5487833 or 2573228. OLE color: 2573228.

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

Color convert

RGB 172 67 39 -
CMYK 0 0.61 0.77 0.33
HSL 12.63º 0.63% 0.41% -
HSV(B) 12.63º 0.77% 0.67% -
XYZ 19.39 12.93 3.39 -
YUV 95.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 172 67 39 0 0.61 0.77 0.33 12.63 0.63 0.41
Hex AC 43 27 0 3D 4D 21 D 3F 29
Octal 254 103 47 0 75 115 41 15 77 51
Binary 10101100 1000011 100111 0 111101 1001101 100001 1101 111111 101001

Color Harmonies of #AC4327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4327

Black with #AC4327

Text Example


Text Example

White with #AC4327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4327; }

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

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

background-color css

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

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

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

border-color css

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

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

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