Html Css Color HEX #AB5913 Rich Gold

📋 copy color: '#AB5913'

red 171 ◦ green 89 ◦ blue 19

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

Shades of Rich Gold #AB5913

Tints of Rich Gold #AB5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 61.29%
G = 31.9%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5913 (or 0xAB5913) is known color: Rich Gold. HEX triplet: AB, 59 and 13. RGB value is (171,89,19). Sum of RGB (Red+Green+Blue) = 171+89+19=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5913 is #54A6EC. Grayscale: #696969. Windows color (decimal): -5547757 or 1268139. OLE color: 1268139.

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

Color convert

RGB 171 89 19 -
CMYK 0 0.48 0.89 0.33
HSL 27.63º 0.8% 0.37% -
HSV(B) 27.63º 0.89% 0.67% -
XYZ 20.48 15.85 2.6 -
YUV 105.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 171 89 19 0 0.48 0.89 0.33 27.63 0.8 0.37
Hex AB 59 13 0 30 59 21 1C 50 25
Octal 253 131 23 0 60 131 41 34 120 45
Binary 10101011 1011001 10011 0 110000 1011001 100001 11100 1010000 100101

Color Harmonies of #AB5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5913

Black with #AB5913

Text Example


Text Example

White with #AB5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5913; }

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

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

background-color css

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

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

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

border-color css

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

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

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