Html Css Color HEX #AB4216 Rust

📋 copy color: '#AB4216'

red 171 ◦ green 66 ◦ blue 22

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

Shades of Rust #AB4216

Tints of Rust #AB4216

RGB

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

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

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

R = 66.02%
G = 25.48%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB4216 (or 0xAB4216) is known color: Rust. HEX triplet: AB, 42 and 16. RGB value is (171,66,22). Sum of RGB (Red+Green+Blue) = 171+66+22=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4216 is #54BDE9. Grayscale: #5C5C5C. Windows color (decimal): -5553642 or 1458859. OLE color: 1458859.

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

Color convert

RGB 171 66 22 -
CMYK 0 0.61 0.87 0.33
HSL 17.72º 0.77% 0.38% -
HSV(B) 17.72º 0.87% 0.67% -
XYZ 18.89 12.61 2.2 -
YUV 92.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 171 66 22 0 0.61 0.87 0.33 17.72 0.77 0.38
Hex AB 42 16 0 3D 57 21 12 4D 26
Octal 253 102 26 0 75 127 41 22 115 46
Binary 10101011 1000010 10110 0 111101 1010111 100001 10010 1001101 100110

Color Harmonies of #AB4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4216

Black with #AB4216

Text Example


Text Example

White with #AB4216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4216; }

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

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

background-color css

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

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

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

border-color css

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

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

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