#A55005

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

Shades of Rust #A55005

Tints of Rust #A55005

Color information

#A55005 (or 0xA55005) is unknown color: approx Rust. HEX triplet: A5, 50 and 05. RGB value is (165,80,5). Sum of RGB (Red+Green+Blue) = 165+80+5=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A55005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55005 is #5AAFFA. Grayscale: #616161. Windows color (decimal): -5943291 or 348325. OLE color: 348325.

HSL color Cylindrical-coordinate representation of color #A55005: hue angle of 28.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A55005 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB165805-
CMYK00.520.970.35
HSL28.12º94.12%33.33%-
HSV(B)28.12º96.97%64.71%-
XYZ18.4113.751.83-
YUV96.8676.16176.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 5 (2.34% from 255) = 2%
R=66%
G=32%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16580500.520.970.3528.1294.1233.33
HexA550503461231c5e21
Octal2451205064141433413641
Binary10100101101000010101101001100001100011111001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55005; }

 p { color: rgb(165,80,5); }

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

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

 a { background-color: rgb(165,80,5); }

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

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

 span { border-color: rgb(165,80,5); }

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