#AC3A1F

Color #AC3A1F Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #AC3A1F

Tints of Rock Spray #AC3A1F

Color information

#AC3A1F (or 0xAC3A1F) is unknown color: approx Rock Spray. HEX triplet: AC, 3A and 1F. RGB value is (172,58,31). Sum of RGB (Red+Green+Blue) = 172+58+31=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A1F is #53C5E0. Grayscale: #595959. Windows color (decimal): -5490145 or 2046636. OLE color: 2046636.

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

Color convert

RGB1725831-
CMYK00.660.820.33
HSL11.49º69.46%39.8%-
HSV(B)11.49º81.98%67.45%-
XYZ18.7711.92.6-
YUV89.0195.27187.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=65.90%
G=22.22%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172583100.660.820.3311.4969.4639.8
HexAC3A1F0425221b4528
Octal25472370102122411310550
Binary101011001110101111101000010101001010000110111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A1F; }

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

 H1.HeaderClassName
 {
   color: #AC3A1F;
 }
 .AnyTagClassName
 {
   color: #AC3A1F;
 }
</style>
background-color css

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

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

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

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

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

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