#A5412B

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

Shades of Rock Spray #A5412B

Tints of Rock Spray #A5412B

Color information

#A5412B (or 0xA5412B) is unknown color: approx Rock Spray. HEX triplet: A5, 41 and 2B. RGB value is (165,65,43). Sum of RGB (Red+Green+Blue) = 165+65+43=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412B is #5ABED4. Grayscale: #5C5C5C. Windows color (decimal): -5947093 or 2834853. OLE color: 2834853.

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

Color convert

RGB1656543-
CMYK00.610.740.35
HSL10.82º58.65%40.78%-
HSV(B)10.82º73.94%64.71%-
XYZ17.8411.953.65-
YUV92.39100.13179.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.44%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=60.44%
G=23.81%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165654300.610.740.3510.8258.6540.78
HexA5412B03D4A23b3b29
Octal2451015307511243137351
Binary101001011000001101011011110110010101000111011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5412B; }

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

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

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

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

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

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

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

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