Html Css Color HEX #AB4016 Rust

📋 copy color: '#AB4016'

red 171 ◦ green 64 ◦ blue 22

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

Shades of Rust #AB4016

Tints of Rust #AB4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 66.54%
G = 24.9%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB4016 (or 0xAB4016) is known color: Rust. HEX triplet: AB, 40 and 16. RGB value is (171,64,22). Sum of RGB (Red+Green+Blue) = 171+64+22=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4016 is #54BFE9. Grayscale: #5B5B5B. Windows color (decimal): -5554154 or 1458347. OLE color: 1458347.

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

Color convert

RGB 171 64 22 -
CMYK 0 0.63 0.87 0.33
HSL 16.91º 0.77% 0.38% -
HSV(B) 16.91º 0.87% 0.67% -
XYZ 18.77 12.38 2.16 -
YUV 91.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 171 64 22 0 0.63 0.87 0.33 16.91 0.77 0.38
Hex AB 40 16 0 3F 57 21 11 4D 26
Octal 253 100 26 0 77 127 41 21 115 46
Binary 10101011 1000000 10110 0 111111 1010111 100001 10001 1001101 100110

Color Harmonies of #AB4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4016

Black with #AB4016

Text Example


Text Example

White with #AB4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4016; }

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

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

background-color css

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

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

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

border-color css

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

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

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