#A5472D

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

Shades of Rock Spray #A5472D

Tints of Rock Spray #A5472D

Color information

#A5472D (or 0xA5472D) is unknown color: approx Rock Spray. HEX triplet: A5, 47 and 2D. RGB value is (165,71,45). Sum of RGB (Red+Green+Blue) = 165+71+45=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5472D is #5AB8D2. Grayscale: #606060. Windows color (decimal): -5945555 or 2967461. OLE color: 2967461.

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

Color convert

RGB1657145-
CMYK00.570.730.35
HSL13º57.14%41.18%-
HSV(B)13º72.73%64.71%-
XYZ18.2412.73.97-
YUV96.1499.14177.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=58.72%
G=25.27%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165714500.570.730.351357.1441.18
HexA5472D0394923d3929
Octal2451075507111143157151
Binary101001011000111101101011100110010011000111101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5472D; }

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

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

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

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

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

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

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

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