Html Css Color HEX #AC3C21 Rock Spray

📋 copy color: '#AC3C21'

red 172 ◦ green 60 ◦ blue 33

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

Shades of Rock Spray #AC3C21

Tints of Rock Spray #AC3C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 64.91%
G = 22.64%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3C21 (or 0xAC3C21) is known color: Rock Spray. HEX triplet: AC, 3C and 21. RGB value is (172,60,33). Sum of RGB (Red+Green+Blue) = 172+60+33=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C21 is #53C3DE. Grayscale: #5A5A5A. Windows color (decimal): -5489631 or 2178220. OLE color: 2178220.

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

Color convert

RGB 172 60 33 -
CMYK 0 0.65 0.81 0.33
HSL 11.65º 0.68% 0.4% -
HSV(B) 11.65º 0.81% 0.67% -
XYZ 18.9 12.11 2.78 -
YUV 90.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 172 60 33 0 0.65 0.81 0.33 11.65 0.68 0.4
Hex AC 3C 21 0 41 51 21 C 44 28
Octal 254 74 41 0 101 121 41 14 104 50
Binary 10101100 111100 100001 0 1000001 1010001 100001 1100 1000100 101000

Color Harmonies of #AC3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C21

Black with #AC3C21

Text Example


Text Example

White with #AC3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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