Html Css Color HEX #AB5210 Rust

📋 copy color: '#AB5210'

red 171 ◦ green 82 ◦ blue 16

#AB5210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AB5210

Tints of Rust #AB5210

RGB

 RED value IS 171 (67.19% from 255) = 63.57%

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 63.57%
G = 30.48%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB5210 (or 0xAB5210) is known color: Rust. HEX triplet: AB, 52 and 10. RGB value is (171,82,16). Sum of RGB (Red+Green+Blue) = 171+82+16=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5210 is #54ADEF. Grayscale: #656565. Windows color (decimal): -5549552 or 1069739. OLE color: 1069739.

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

Color convert

RGB 171 82 16 -
CMYK 0 0.52 0.91 0.33
HSL 25.55º 0.83% 0.37% -
HSV(B) 25.55º 0.91% 0.67% -
XYZ 19.91 14.73 2.28 -
YUV 101.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 171 82 16 0 0.52 0.91 0.33 25.55 0.83 0.37
Hex AB 52 10 0 34 5B 21 1A 53 25
Octal 253 122 20 0 64 133 41 32 123 45
Binary 10101011 1010010 10000 0 110100 1011011 100001 11010 1010011 100101

Color Harmonies of #AB5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5210

Black with #AB5210

Text Example


Text Example

White with #AB5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5210; }

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

 H1.HeaderClassName
 {
   color: #AB5210;
 }
 .AnyTagClassName
 {
   color: #AB5210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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