#A52A06

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

Shades of Rust #A52A06

Tints of Rust #A52A06

Color information

#A52A06 (or 0xA52A06) is unknown color: approx Rust. HEX triplet: A5, 2A and 06. RGB value is (165,42,6). Sum of RGB (Red+Green+Blue) = 165+42+6=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A06 is #5AD5F9. Grayscale: #4A4A4A. Windows color (decimal): -5953018 or 404133. OLE color: 404133.

HSL color Cylindrical-coordinate representation of color #A52A06: hue angle of 13.58º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A52A06 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB165426-
CMYK00.750.960.35
HSL13.58º92.98%33.53%-
HSV(B)13.58º96.36%64.71%-
XYZ16.389.671.18-
YUV74.6789.25192.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.46%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 6 (2.73% from 255) = 2.82%
R=77.46%
G=19.72%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16542600.750.960.3513.5892.9833.53
HexA52A604B6023e5d22
Octal2455260113140431613542
Binary1010010110101011001001011110000010001111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52A06; }

 p { color: rgb(165,42,6); }

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

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

 a { background-color: rgb(165,42,6); }

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

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

 span { border-color: rgb(165,42,6); }

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