Html Css Color HEX #AB4708 Rust

📋 copy color: '#AB4708'

red 171 ◦ green 71 ◦ blue 8

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

Shades of Rust #AB4708

Tints of Rust #AB4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 68.4%
G = 28.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB4708 (or 0xAB4708) is known color: Rust. HEX triplet: AB, 47 and 08. RGB value is (171,71,8). Sum of RGB (Red+Green+Blue) = 171+71+8=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4708 is #54B8F7. Grayscale: #5E5E5E. Windows color (decimal): -5552376 or 542635. OLE color: 542635.

HSL color Cylindrical-coordinate representation of color #AB4708: hue angle of 23.19º 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 #AB4708 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 8 -
CMYK 0 0.58 0.95 0.33
HSL 23.19º 0.91% 0.35% -
HSV(B) 23.19º 0.95% 0.67% -
XYZ 19.09 13.18 1.77 -
YUV 93.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 171 71 8 0 0.58 0.95 0.33 23.19 0.91 0.35
Hex AB 47 8 0 3A 5F 21 17 5B 23
Octal 253 107 10 0 72 137 41 27 133 43
Binary 10101011 1000111 1000 0 111010 1011111 100001 10111 1011011 100011

Color Harmonies of #AB4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4708

Black with #AB4708

Text Example


Text Example

White with #AB4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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