Html Css Color HEX #AB4714 Rust

📋 copy color: '#AB4714'

red 171 ◦ green 71 ◦ blue 20

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

Shades of Rust #AB4714

Tints of Rust #AB4714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 65.27%
G = 27.1%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB4714 (or 0xAB4714) is known color: Rust. HEX triplet: AB, 47 and 14. RGB value is (171,71,20). Sum of RGB (Red+Green+Blue) = 171+71+20=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4714 is #54B8EB. Grayscale: #5F5F5F. Windows color (decimal): -5552364 or 1329067. OLE color: 1329067.

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

Color convert

RGB 171 71 20 -
CMYK 0 0.58 0.88 0.33
HSL 20.26º 0.79% 0.37% -
HSV(B) 20.26º 0.88% 0.67% -
XYZ 19.17 13.21 2.2 -
YUV 95.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 171 71 20 0 0.58 0.88 0.33 20.26 0.79 0.37
Hex AB 47 14 0 3A 58 21 14 4F 25
Octal 253 107 24 0 72 130 41 24 117 45
Binary 10101011 1000111 10100 0 111010 1011000 100001 10100 1001111 100101

Color Harmonies of #AB4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4714

Black with #AB4714

Text Example


Text Example

White with #AB4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4714; }

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

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

background-color css

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

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

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

border-color css

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

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

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