#A24208

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

Shades of Rust #A24208

Tints of Rust #A24208

Color information

#A24208 (or 0xA24208) is unknown color: approx Rust. HEX triplet: A2, 42 and 08. RGB value is (162,66,8). Sum of RGB (Red+Green+Blue) = 162+66+8=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A24208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24208 is #5DBDF7. Grayscale: #585858. Windows color (decimal): -6143480 or 541346. OLE color: 541346.

HSL color Cylindrical-coordinate representation of color #A24208: hue angle of 22.6º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A24208 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB162668-
CMYK00.590.950.36
HSL22.6º90.59%33.33%-
HSV(B)22.6º95.06%63.53%-
XYZ16.8911.61.58-
YUV88.0982.8180.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=68.64%
G=27.97%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16266800.590.950.3622.690.5933.33
HexA242803B5F24175b21
Octal24210210073137442713341
Binary101000101000010100001110111011111100100101111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24208; }

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

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

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

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

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

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

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

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