#A5421D

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

Shades of Rock Spray #A5421D

Tints of Rock Spray #A5421D

Color information

#A5421D (or 0xA5421D) is unknown color: approx Rock Spray. HEX triplet: A5, 42 and 1D. RGB value is (165,66,29). Sum of RGB (Red+Green+Blue) = 165+66+29=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5421D is #5ABDE2. Grayscale: #5B5B5B. Windows color (decimal): -5946851 or 1917605. OLE color: 1917605.

HSL color Cylindrical-coordinate representation of color #A5421D: hue angle of 16.32º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5421D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB1656629-
CMYK00.600.820.35
HSL16.32º70.1%38.04%-
HSV(B)16.32º82.42%64.71%-
XYZ17.6911.982.54-
YUV91.3892.8180.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 29 (11.72% from 255) = 11.15%
R=63.46%
G=25.38%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165662900.600.820.3516.3270.138.04
HexA5421D03C5223104626
Octal24510235074122432010646
Binary1010010110000101110101111001010010100011100001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5421D; }

 p { color: rgb(165,66,29); }

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

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

 a { background-color: rgb(165,66,29); }

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

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

 span { border-color: rgb(165,66,29); }

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