Html Css Color HEX #AB520A Rust

📋 copy color: '#AB520A'

red 171 ◦ green 82 ◦ blue 10

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

Shades of Rust #AB520A

Tints of Rust #AB520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 65.02%
G = 31.18%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB520A (or 0xAB520A) is known color: Rust. HEX triplet: AB, 52 and 0A. RGB value is (171,82,10). Sum of RGB (Red+Green+Blue) = 171+82+10=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB520A is #54ADF5. Grayscale: #646464. Windows color (decimal): -5549558 or 676523. OLE color: 676523.

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

Color convert

RGB 171 82 10 -
CMYK 0 0.52 0.94 0.33
HSL 26.83º 0.89% 0.35% -
HSV(B) 26.83º 0.94% 0.67% -
XYZ 19.87 14.71 2.08 -
YUV 100.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 171 82 10 0 0.52 0.94 0.33 26.83 0.89 0.35
Hex AB 52 A 0 34 5E 21 1B 59 23
Octal 253 122 12 0 64 136 41 33 131 43
Binary 10101011 1010010 1010 0 110100 1011110 100001 11011 1011001 100011

Color Harmonies of #AB520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB520A

Black with #AB520A

Text Example


Text Example

White with #AB520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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