Html Css Color HEX #AB4816 Rust

📋 copy color: '#AB4816'

red 171 ◦ green 72 ◦ blue 22

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

Shades of Rust #AB4816

Tints of Rust #AB4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 64.53%
G = 27.17%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB4816 (or 0xAB4816) is known color: Rust. HEX triplet: AB, 48 and 16. RGB value is (171,72,22). Sum of RGB (Red+Green+Blue) = 171+72+22=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4816 is #54B7E9. Grayscale: #606060. Windows color (decimal): -5552106 or 1460395. OLE color: 1460395.

HSL color Cylindrical-coordinate representation of color #AB4816: hue angle of 20.13º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB4816 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 72 22 -
CMYK 0 0.58 0.87 0.33
HSL 20.13º 0.77% 0.38% -
HSV(B) 20.13º 0.87% 0.67% -
XYZ 19.26 13.35 2.32 -
YUV 95.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 171 72 22 0 0.58 0.87 0.33 20.13 0.77 0.38
Hex AB 48 16 0 3A 57 21 14 4D 26
Octal 253 110 26 0 72 127 41 24 115 46
Binary 10101011 1001000 10110 0 111010 1010111 100001 10100 1001101 100110

Color Harmonies of #AB4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4816

Black with #AB4816

Text Example


Text Example

White with #AB4816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4816; }

 p { color: rgb(171,72,22); }

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

background-color css

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

 a { background-color: rgb(171,72,22); }

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

border-color css

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

 span { border-color: rgb(171,72,22); }

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