Html Css Color HEX #AB4614 Rust

📋 copy color: '#AB4614'

red 171 ◦ green 70 ◦ blue 20

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

Shades of Rust #AB4614

Tints of Rust #AB4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 65.52%
G = 26.82%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB4614 (or 0xAB4614) is known color: Rust. HEX triplet: AB, 46 and 14. RGB value is (171,70,20). Sum of RGB (Red+Green+Blue) = 171+70+20=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4614 is #54B9EB. Grayscale: #5E5E5E. Windows color (decimal): -5552620 or 1328811. OLE color: 1328811.

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

Color convert

RGB 171 70 20 -
CMYK 0 0.59 0.88 0.33
HSL 19.87º 0.79% 0.37% -
HSV(B) 19.87º 0.88% 0.67% -
XYZ 19.11 13.09 2.18 -
YUV 94.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 171 70 20 0 0.59 0.88 0.33 19.87 0.79 0.37
Hex AB 46 14 0 3B 58 21 14 4F 25
Octal 253 106 24 0 73 130 41 24 117 45
Binary 10101011 1000110 10100 0 111011 1011000 100001 10100 1001111 100101

Color Harmonies of #AB4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4614

Black with #AB4614

Text Example


Text Example

White with #AB4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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