Html Css Color HEX #AB5614 Rich Gold

📋 copy color: '#AB5614'

red 171 ◦ green 86 ◦ blue 20

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

Shades of Rich Gold #AB5614

Tints of Rich Gold #AB5614

RGB

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

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

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

R = 61.73%
G = 31.05%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB5614 (or 0xAB5614) is known color: Rich Gold. HEX triplet: AB, 56 and 14. RGB value is (171,86,20). Sum of RGB (Red+Green+Blue) = 171+86+20=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5614 is #54A9EB. Grayscale: #686868. Windows color (decimal): -5548524 or 1332907. OLE color: 1332907.

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

Color convert

RGB 171 86 20 -
CMYK 0 0.50 0.88 0.33
HSL 26.23º 0.79% 0.37% -
HSV(B) 26.23º 0.88% 0.67% -
XYZ 20.25 15.36 2.56 -
YUV 103.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 171 86 20 0 0.50 0.88 0.33 26.23 0.79 0.37
Hex AB 56 14 0 32 58 21 1A 4F 25
Octal 253 126 24 0 62 130 41 32 117 45
Binary 10101011 1010110 10100 0 110010 1011000 100001 11010 1001111 100101

Color Harmonies of #AB5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5614

Black with #AB5614

Text Example


Text Example

White with #AB5614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5614; }

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

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

background-color css

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

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

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

border-color css

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

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

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