Html Css Color HEX #AB4D16 Rich Gold

📋 copy color: '#AB4D16'

red 171 ◦ green 77 ◦ blue 22

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

Shades of Rich Gold #AB4D16

Tints of Rich Gold #AB4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 63.33%
G = 28.52%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB4D16 (or 0xAB4D16) is known color: Rich Gold. HEX triplet: AB, 4D and 16. RGB value is (171,77,22). Sum of RGB (Red+Green+Blue) = 171+77+22=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D16 is #54B2E9. Grayscale: #636363. Windows color (decimal): -5550826 or 1461675. OLE color: 1461675.

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

Color convert

RGB 171 77 22 -
CMYK 0 0.55 0.87 0.33
HSL 22.15º 0.77% 0.38% -
HSV(B) 22.15º 0.87% 0.67% -
XYZ 19.59 14.02 2.43 -
YUV 98.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 171 77 22 0 0.55 0.87 0.33 22.15 0.77 0.38
Hex AB 4D 16 0 37 57 21 16 4D 26
Octal 253 115 26 0 67 127 41 26 115 46
Binary 10101011 1001101 10110 0 110111 1010111 100001 10110 1001101 100110

Color Harmonies of #AB4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4D16

Black with #AB4D16

Text Example


Text Example

White with #AB4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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