#A5412D

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

Shades of Rock Spray #A5412D

Tints of Rock Spray #A5412D

Color information

#A5412D (or 0xA5412D) is unknown color: approx Rock Spray. HEX triplet: A5, 41 and 2D. RGB value is (165,65,45). Sum of RGB (Red+Green+Blue) = 165+65+45=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5412D is #5ABED2. Grayscale: #5C5C5C. Windows color (decimal): -5947091 or 2965925. OLE color: 2965925.

HSL color Cylindrical-coordinate representation of color #A5412D: hue angle of 10º degrees, saturation: 0.57, 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 #A5412D is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1656545-
CMYK00.610.730.35
HSL10º57.14%41.18%-
HSV(B)10º72.73%64.71%-
XYZ17.8811.973.85-
YUV92.62101.13179.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=60%
G=23.64%
B=16.36%

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
Decimal165654500.610.730.351057.1441.18
HexA5412D03D4923a3929
Octal2451015507511143127151
Binary101001011000001101101011110110010011000111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5412D; }

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

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

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

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

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

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

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

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