Html Css Color HEX #AB5510 Rich Gold

📋 copy color: '#AB5510'

red 171 ◦ green 85 ◦ blue 16

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

Shades of Rich Gold #AB5510

Tints of Rich Gold #AB5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 16 (6.64% from 255) = 5.88%

R = 62.87%
G = 31.25%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB5510 (or 0xAB5510) is known color: Rich Gold. HEX triplet: AB, 55 and 10. RGB value is (171,85,16). Sum of RGB (Red+Green+Blue) = 171+85+16=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5510 is #54AAEF. Grayscale: #676767. Windows color (decimal): -5548784 or 1070507. OLE color: 1070507.

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

Color convert

RGB 171 85 16 -
CMYK 0 0.50 0.91 0.33
HSL 26.71º 0.83% 0.37% -
HSV(B) 26.71º 0.91% 0.67% -
XYZ 20.14 15.19 2.36 -
YUV 102.85 78.99 176.61 -
System Red Green Blue C M Y K H S L
Decimal 171 85 16 0 0.50 0.91 0.33 26.71 0.83 0.37
Hex AB 55 10 0 32 5B 21 1B 53 25
Octal 253 125 20 0 62 133 41 33 123 45
Binary 10101011 1010101 10000 0 110010 1011011 100001 11011 1010011 100101

Color Harmonies of #AB5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5510

Black with #AB5510

Text Example


Text Example

White with #AB5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5510; }

 p { color: rgb(171,85,16); }

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

background-color css

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

 a { background-color: rgb(171,85,16); }

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

border-color css

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

 span { border-color: rgb(171,85,16); }

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