Html Css Color HEX #AB5616 Rich Gold

📋 copy color: '#AB5616'

red 171 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #AB5616

Tints of Rich Gold #AB5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 61.29%
G = 30.82%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB5616 (or 0xAB5616) is known color: Rich Gold. HEX triplet: AB, 56 and 16. RGB value is (171,86,22). Sum of RGB (Red+Green+Blue) = 171+86+22=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5616 is #54A9E9. Grayscale: #686868. Windows color (decimal): -5548522 or 1463979. OLE color: 1463979.

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

Color convert

RGB 171 86 22 -
CMYK 0 0.50 0.87 0.33
HSL 25.77º 0.77% 0.38% -
HSV(B) 25.77º 0.87% 0.67% -
XYZ 20.27 15.37 2.66 -
YUV 104.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 171 86 22 0 0.50 0.87 0.33 25.77 0.77 0.38
Hex AB 56 16 0 32 57 21 1A 4D 26
Octal 253 126 26 0 62 127 41 32 115 46
Binary 10101011 1010110 10110 0 110010 1010111 100001 11010 1001101 100110

Color Harmonies of #AB5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5616

Black with #AB5616

Text Example


Text Example

White with #AB5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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