Html Css Color HEX #AB5019 Rich Gold

📋 copy color: '#AB5019'

red 171 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #AB5019

Tints of Rich Gold #AB5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 61.96%
G = 28.99%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB5019 (or 0xAB5019) is known color: Rich Gold. HEX triplet: AB, 50 and 19. RGB value is (171,80,25). Sum of RGB (Red+Green+Blue) = 171+80+25=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5019 is #54AFE6. Grayscale: #656565. Windows color (decimal): -5550055 or 1659051. OLE color: 1659051.

HSL color Cylindrical-coordinate representation of color #AB5019: hue angle of 22.6º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB5019 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 25 -
CMYK 0 0.53 0.85 0.33
HSL 22.6º 0.74% 0.38% -
HSV(B) 22.6º 0.85% 0.67% -
XYZ 19.84 14.47 2.67 -
YUV 100.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 171 80 25 0 0.53 0.85 0.33 22.6 0.74 0.38
Hex AB 50 19 0 35 55 21 17 4A 26
Octal 253 120 31 0 65 125 41 27 112 46
Binary 10101011 1010000 11001 0 110101 1010101 100001 10111 1001010 100110

Color Harmonies of #AB5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5019

Black with #AB5019

Text Example


Text Example

White with #AB5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5019; }

 p { color: rgb(171,80,25); }

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

background-color css

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

 a { background-color: rgb(171,80,25); }

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

border-color css

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

 span { border-color: rgb(171,80,25); }

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