Html Css Color HEX #AC3C1F Rock Spray

📋 copy color: '#AC3C1F'

red 172 ◦ green 60 ◦ blue 31

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

Shades of Rock Spray #AC3C1F

Tints of Rock Spray #AC3C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 65.4%
G = 22.81%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC3C1F (or 0xAC3C1F) is known color: Rock Spray. HEX triplet: AC, 3C and 1F. RGB value is (172,60,31). Sum of RGB (Red+Green+Blue) = 172+60+31=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C1F is #53C3E0. Grayscale: #5A5A5A. Windows color (decimal): -5489633 or 2047148. OLE color: 2047148.

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

Color convert

RGB 172 60 31 -
CMYK 0 0.65 0.82 0.33
HSL 12.34º 0.69% 0.4% -
HSV(B) 12.34º 0.82% 0.67% -
XYZ 18.88 12.1 2.64 -
YUV 90.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 172 60 31 0 0.65 0.82 0.33 12.34 0.69 0.4
Hex AC 3C 1F 0 41 52 21 C 45 28
Octal 254 74 37 0 101 122 41 14 105 50
Binary 10101100 111100 11111 0 1000001 1010010 100001 1100 1000101 101000

Color Harmonies of #AC3C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C1F

Black with #AC3C1F

Text Example


Text Example

White with #AC3C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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