Html Css Color HEX #AB4208 Rust

📋 copy color: '#AB4208'

red 171 ◦ green 66 ◦ blue 8

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

Shades of Rust #AB4208

Tints of Rust #AB4208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 69.8%
G = 26.94%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB4208 (or 0xAB4208) is known color: Rust. HEX triplet: AB, 42 and 08. RGB value is (171,66,8). Sum of RGB (Red+Green+Blue) = 171+66+8=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4208 is #54BDF7. Grayscale: #5B5B5B. Windows color (decimal): -5553656 or 541355. OLE color: 541355.

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

Color convert

RGB 171 66 8 -
CMYK 0 0.61 0.95 0.33
HSL 21.35º 0.91% 0.35% -
HSV(B) 21.35º 0.95% 0.67% -
XYZ 18.79 12.57 1.67 -
YUV 90.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 171 66 8 0 0.61 0.95 0.33 21.35 0.91 0.35
Hex AB 42 8 0 3D 5F 21 15 5B 23
Octal 253 102 10 0 75 137 41 25 133 43
Binary 10101011 1000010 1000 0 111101 1011111 100001 10101 1011011 100011

Color Harmonies of #AB4208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4208

Black with #AB4208

Text Example


Text Example

White with #AB4208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4208; }

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

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

background-color css

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

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

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

border-color css

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

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

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