#A5482D

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

Shades of Rock Spray #A5482D

Tints of Rock Spray #A5482D

Color information

#A5482D (or 0xA5482D) is unknown color: approx Rock Spray. HEX triplet: A5, 48 and 2D. RGB value is (165,72,45). Sum of RGB (Red+Green+Blue) = 165+72+45=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A5482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5482D is #5AB7D2. Grayscale: #606060. Windows color (decimal): -5945299 or 2967717. OLE color: 2967717.

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

Color convert

RGB1657245-
CMYK00.560.730.35
HSL13.5º57.14%41.18%-
HSV(B)13.5º72.73%64.71%-
XYZ18.3112.823.99-
YUV96.7398.81176.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.51%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=58.51%
G=25.53%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165724500.560.730.3513.557.1441.18
HexA5482D0384923e3929
Octal2451105507011143167151
Binary101001011001000101101011100010010011000111110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5482D; }

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

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

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

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

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

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

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

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