Html Css Color HEX #AC4124 Rock Spray

📋 copy color: '#AC4124'

red 172 ◦ green 65 ◦ blue 36

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

Shades of Rock Spray #AC4124

Tints of Rock Spray #AC4124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 63%
G = 23.81%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC4124 (or 0xAC4124) is known color: Rock Spray. HEX triplet: AC, 41 and 24. RGB value is (172,65,36). Sum of RGB (Red+Green+Blue) = 172+65+36=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4124 is #53BEDB. Grayscale: #5D5D5D. Windows color (decimal): -5488348 or 2376108. OLE color: 2376108.

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

Color convert

RGB 172 65 36 -
CMYK 0 0.62 0.79 0.33
HSL 12.79º 0.65% 0.41% -
HSV(B) 12.79º 0.79% 0.67% -
XYZ 19.22 12.68 3.1 -
YUV 93.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 172 65 36 0 0.62 0.79 0.33 12.79 0.65 0.41
Hex AC 41 24 0 3E 4F 21 D 41 29
Octal 254 101 44 0 76 117 41 15 101 51
Binary 10101100 1000001 100100 0 111110 1001111 100001 1101 1000001 101001

Color Harmonies of #AC4124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4124

Black with #AC4124

Text Example


Text Example

White with #AC4124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4124; }

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

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

background-color css

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

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

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

border-color css

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

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

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