#A54208

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

Shades of Rust #A54208

Tints of Rust #A54208

Color information

#A54208 (or 0xA54208) is unknown color: approx Rust. HEX triplet: A5, 42 and 08. RGB value is (165,66,8). Sum of RGB (Red+Green+Blue) = 165+66+8=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A54208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54208 is #5ABDF7. Grayscale: #595959. Windows color (decimal): -5946872 or 541349. OLE color: 541349.

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

Color convert

RGB165668-
CMYK00.600.950.35
HSL22.17º90.75%33.92%-
HSV(B)22.17º95.15%64.71%-
XYZ17.5111.911.61-
YUV88.9982.3182.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 69.04%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=69.04%
G=27.62%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16566800.600.950.3522.1790.7533.92
HexA542803C5F23165b22
Octal24510210074137432613342
Binary101001011000010100001111001011111100011101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54208; }

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

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

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

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

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

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

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

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