#AB5206

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

Shades of Rust #AB5206

Tints of Rust #AB5206

Color information

#AB5206 (or 0xAB5206) is unknown color: approx Rust. HEX triplet: AB, 52 and 06. RGB value is (171,82,6). Sum of RGB (Red+Green+Blue) = 171+82+6=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5206 is #54ADF9. Grayscale: #646464. Windows color (decimal): -5549562 or 414379. OLE color: 414379.

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

Color convert

RGB171826-
CMYK00.520.960.33
HSL27.64º93.22%34.71%-
HSV(B)27.64º96.49%67.06%-
XYZ19.8414.711.96-
YUV99.9574.99178.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.02%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=66.02%
G=31.66%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17182600.520.960.3327.6493.2234.71
HexAB52603460211c5d23
Octal2531226064140413413543
Binary10101011101001011001101001100000100001111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5206; }

 p { color: rgb(171,82,6); }

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

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

 a { background-color: rgb(171,82,6); }

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

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

 span { border-color: rgb(171,82,6); }

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