#A5412C

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

Shades of Rock Spray #A5412C

Tints of Rock Spray #A5412C

Color information

#A5412C (or 0xA5412C) is unknown color: approx Rock Spray. HEX triplet: A5, 41 and 2C. RGB value is (165,65,44). Sum of RGB (Red+Green+Blue) = 165+65+44=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412C is #5ABED3. Grayscale: #5C5C5C. Windows color (decimal): -5947092 or 2900389. OLE color: 2900389.

HSL color Cylindrical-coordinate representation of color #A5412C: hue angle of 10.41º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5412C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1656544-
CMYK00.610.730.35
HSL10.41º57.89%40.98%-
HSV(B)10.41º73.33%64.71%-
XYZ17.8611.963.75-
YUV92.51100.63179.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=60.22%
G=23.72%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165654400.610.730.3510.4157.8940.98
HexA5412C03D4923a3a29
Octal2451015407511143127251
Binary101001011000001101100011110110010011000111010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5412C; }

 p { color: rgb(165,65,44); }

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

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

 a { background-color: rgb(165,65,44); }

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

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

 span { border-color: rgb(165,65,44); }

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