Html Css Color HEX #AB5517 Rich Gold

📋 copy color: '#AB5517'

red 171 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #AB5517

Tints of Rich Gold #AB5517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 61.29%
G = 30.47%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB5517 (or 0xAB5517) is known color: Rich Gold. HEX triplet: AB, 55 and 17. RGB value is (171,85,23). Sum of RGB (Red+Green+Blue) = 171+85+23=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5517 is #54AAE8. Grayscale: #676767. Windows color (decimal): -5548777 or 1529259. OLE color: 1529259.

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

Color convert

RGB 171 85 23 -
CMYK 0 0.50 0.87 0.33
HSL 25.14º 0.76% 0.38% -
HSV(B) 25.14º 0.87% 0.67% -
XYZ 20.2 15.22 2.68 -
YUV 103.65 82.49 176.04 -
System Red Green Blue C M Y K H S L
Decimal 171 85 23 0 0.50 0.87 0.33 25.14 0.76 0.38
Hex AB 55 17 0 32 57 21 19 4C 26
Octal 253 125 27 0 62 127 41 31 114 46
Binary 10101011 1010101 10111 0 110010 1010111 100001 11001 1001100 100110

Color Harmonies of #AB5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5517

Black with #AB5517

Text Example


Text Example

White with #AB5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5517; }

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

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

background-color css

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

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

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

border-color css

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

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

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