Html Css Color HEX #AB5205 Rust

📋 copy color: '#AB5205'

red 171 ◦ green 82 ◦ blue 5

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

Shades of Rust #AB5205

Tints of Rust #AB5205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 66.28%
G = 31.78%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB5205 (or 0xAB5205) is known color: Rust. HEX triplet: AB, 52 and 05. RGB value is (171,82,5). Sum of RGB (Red+Green+Blue) = 171+82+5=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5205 is #54ADFA. Grayscale: #646464. Windows color (decimal): -5549563 or 348843. OLE color: 348843.

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

Color convert

RGB 171 82 5 -
CMYK 0 0.52 0.97 0.33
HSL 27.83º 0.94% 0.35% -
HSV(B) 27.83º 0.97% 0.67% -
XYZ 19.84 14.7 1.94 -
YUV 99.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 171 82 5 0 0.52 0.97 0.33 27.83 0.94 0.35
Hex AB 52 5 0 34 61 21 1C 5E 23
Octal 253 122 5 0 64 141 41 34 136 43
Binary 10101011 1010010 101 0 110100 1100001 100001 11100 1011110 100011

Color Harmonies of #AB5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5205

Black with #AB5205

Text Example


Text Example

White with #AB5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5205; }

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

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

background-color css

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

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

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

border-color css

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

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

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