#A5442F

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

Shades of Rock Spray #A5442F

Tints of Rock Spray #A5442F

Color information

#A5442F (or 0xA5442F) is unknown color: approx Rock Spray. HEX triplet: A5, 44 and 2F. RGB value is (165,68,47). Sum of RGB (Red+Green+Blue) = 165+68+47=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A5442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5442F is #5ABBD0. Grayscale: #5E5E5E. Windows color (decimal): -5946321 or 3097765. OLE color: 3097765.

HSL color Cylindrical-coordinate representation of color #A5442F: hue angle of 10.68º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5442F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1656847-
CMYK00.590.720.35
HSL10.68º55.66%41.57%-
HSV(B)10.68º71.52%64.71%-
XYZ18.112.344.12-
YUV94.61101.14178.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=58.93%
G=24.29%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165684700.590.720.3510.6855.6641.57
HexA5442F03B4823b382a
Octal2451045707311043137052
Binary101001011000100101111011101110010001000111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5442F; }

 p { color: rgb(165,68,47); }

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

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

 a { background-color: rgb(165,68,47); }

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

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

 span { border-color: rgb(165,68,47); }

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