Html Css Color HEX #AB5915 Rich Gold

📋 copy color: '#AB5915'

red 171 ◦ green 89 ◦ blue 21

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

Shades of Rich Gold #AB5915

Tints of Rich Gold #AB5915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 60.85%
G = 31.67%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB5915 (or 0xAB5915) is known color: Rich Gold. HEX triplet: AB, 59 and 15. RGB value is (171,89,21). Sum of RGB (Red+Green+Blue) = 171+89+21=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5915 is #54A6EA. Grayscale: #6A6A6A. Windows color (decimal): -5547755 or 1399211. OLE color: 1399211.

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

Color convert

RGB 171 89 21 -
CMYK 0 0.48 0.88 0.33
HSL 27.2º 0.78% 0.38% -
HSV(B) 27.2º 0.88% 0.67% -
XYZ 20.5 15.86 2.69 -
YUV 105.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 171 89 21 0 0.48 0.88 0.33 27.2 0.78 0.38
Hex AB 59 15 0 30 58 21 1B 4E 26
Octal 253 131 25 0 60 130 41 33 116 46
Binary 10101011 1011001 10101 0 110000 1011000 100001 11011 1001110 100110

Color Harmonies of #AB5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5915

Black with #AB5915

Text Example


Text Example

White with #AB5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5915; }

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

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

background-color css

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

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

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

border-color css

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

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

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