Html Css Color HEX #AB5508 Rust

📋 copy color: '#AB5508'

red 171 ◦ green 85 ◦ blue 8

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

Shades of Rust #AB5508

Tints of Rust #AB5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 64.77%
G = 32.2%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB5508 (or 0xAB5508) is known color: Rust. HEX triplet: AB, 55 and 08. RGB value is (171,85,8). Sum of RGB (Red+Green+Blue) = 171+85+8=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5508 is #54AAF7. Grayscale: #666666. Windows color (decimal): -5548792 or 546219. OLE color: 546219.

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

Color convert

RGB 171 85 8 -
CMYK 0 0.50 0.95 0.33
HSL 28.34º 0.91% 0.35% -
HSV(B) 28.34º 0.95% 0.67% -
XYZ 20.09 15.17 2.1 -
YUV 101.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 171 85 8 0 0.50 0.95 0.33 28.34 0.91 0.35
Hex AB 55 8 0 32 5F 21 1C 5B 23
Octal 253 125 10 0 62 137 41 34 133 43
Binary 10101011 1010101 1000 0 110010 1011111 100001 11100 1011011 100011

Color Harmonies of #AB5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5508

Black with #AB5508

Text Example


Text Example

White with #AB5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5508; }

 p { color: rgb(171,85,8); }

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

background-color css

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

 a { background-color: rgb(171,85,8); }

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

border-color css

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

 span { border-color: rgb(171,85,8); }

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