#A55008

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

Shades of Rust #A55008

Tints of Rust #A55008

Color information

#A55008 (or 0xA55008) is unknown color: approx Rust. HEX triplet: A5, 50 and 08. RGB value is (165,80,8). Sum of RGB (Red+Green+Blue) = 165+80+8=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A55008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55008 is #5AAFF7. Grayscale: #616161. Windows color (decimal): -5943288 or 544933. OLE color: 544933.

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

Color convert

RGB165808-
CMYK00.520.950.35
HSL27.52º90.75%33.92%-
HSV(B)27.52º95.15%64.71%-
XYZ18.4313.751.91-
YUV97.2177.66176.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=65.22%
G=31.62%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16580800.520.950.3527.5290.7533.92
HexA55080345F231c5b22
Octal24512010064137433413342
Binary101001011010000100001101001011111100011111001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55008; }

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

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

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

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

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

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

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

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