#A5482B

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

Shades of Rock Spray #A5482B

Tints of Rock Spray #A5482B

Color information

#A5482B (or 0xA5482B) is unknown color: approx Rock Spray. HEX triplet: A5, 48 and 2B. RGB value is (165,72,43). Sum of RGB (Red+Green+Blue) = 165+72+43=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5482B is #5AB7D4. Grayscale: #606060. Windows color (decimal): -5945301 or 2836645. OLE color: 2836645.

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

Color convert

RGB1657243-
CMYK00.560.740.35
HSL14.26º58.65%40.78%-
HSV(B)14.26º73.94%64.71%-
XYZ18.2712.813.79-
YUV96.597.81176.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=58.93%
G=25.71%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165724300.560.740.3514.2658.6540.78
HexA5482B0384A23e3b29
Octal2451105307011243167351
Binary101001011001000101011011100010010101000111110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5482B; }

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

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

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

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

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

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

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

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