Html Css Color HEX #AB5816 Rich Gold

📋 copy color: '#AB5816'

red 171 ◦ green 88 ◦ blue 22

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

Shades of Rich Gold #AB5816

Tints of Rich Gold #AB5816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

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

R = 60.85%
G = 31.32%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB5816 (or 0xAB5816) is known color: Rich Gold. HEX triplet: AB, 58 and 16. RGB value is (171,88,22). Sum of RGB (Red+Green+Blue) = 171+88+22=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5816 is #54A7E9. Grayscale: #696969. Windows color (decimal): -5548010 or 1464491. OLE color: 1464491.

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

Color convert

RGB 171 88 22 -
CMYK 0 0.49 0.87 0.33
HSL 26.58º 0.77% 0.38% -
HSV(B) 26.58º 0.87% 0.67% -
XYZ 20.43 15.7 2.71 -
YUV 105.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 171 88 22 0 0.49 0.87 0.33 26.58 0.77 0.38
Hex AB 58 16 0 31 57 21 1B 4D 26
Octal 253 130 26 0 61 127 41 33 115 46
Binary 10101011 1011000 10110 0 110001 1010111 100001 11011 1001101 100110

Color Harmonies of #AB5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5816

Black with #AB5816

Text Example


Text Example

White with #AB5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5816; }

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

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

background-color css

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

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

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

border-color css

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

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

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