#a5422b

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

Shades of Rock Spray #A5422B

Tints of Rock Spray #A5422B

Color information

#A5422B (or 0xA5422B) is unknown color: approx Rock Spray. HEX triplet: A5, 42 and 2B. RGB value is (165,66,43). Sum of RGB (Red+Green+Blue) = 165+66+43=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5422B is #5ABDD4. Grayscale: #5D5D5D. Windows color (decimal): -5946837 or 2835109. OLE color: 2835109.

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

Color convert

RGB1656643-
CMYK00.600.740.35
HSL11.31º58.65%40.78%-
HSV(B)11.31º73.94%64.71%-
XYZ17.912.073.67-
YUV92.9899.8179.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=60.22%
G=24.09%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165664300.600.740.3511.3158.6540.78
HexA5422B03C4A23b3b29
Octal2451025307411243137351
Binary101001011000010101011011110010010101000111011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5422b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5422b; }

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

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

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

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

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

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

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

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