Html Css Color HEX #AB5613 Rich Gold

📋 copy color: '#AB5613'

red 171 ◦ green 86 ◦ blue 19

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

Shades of Rich Gold #AB5613

Tints of Rich Gold #AB5613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 61.96%
G = 31.16%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5613 (or 0xAB5613) is known color: Rich Gold. HEX triplet: AB, 56 and 13. RGB value is (171,86,19). Sum of RGB (Red+Green+Blue) = 171+86+19=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5613 is #54A9EC. Grayscale: #686868. Windows color (decimal): -5548525 or 1267371. OLE color: 1267371.

HSL color Cylindrical-coordinate representation of color #AB5613: hue angle of 26.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB5613 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 86 19 -
CMYK 0 0.50 0.89 0.33
HSL 26.45º 0.8% 0.37% -
HSV(B) 26.45º 0.89% 0.67% -
XYZ 20.24 15.36 2.51 -
YUV 103.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 171 86 19 0 0.50 0.89 0.33 26.45 0.8 0.37
Hex AB 56 13 0 32 59 21 1A 50 25
Octal 253 126 23 0 62 131 41 32 120 45
Binary 10101011 1010110 10011 0 110010 1011001 100001 11010 1010000 100101

Color Harmonies of #AB5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5613

Black with #AB5613

Text Example


Text Example

White with #AB5613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5613; }

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

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

background-color css

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

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

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

border-color css

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

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

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