Html Css Color HEX #AB5015 Rich Gold

📋 copy color: '#AB5015'

red 171 ◦ green 80 ◦ blue 21

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

Shades of Rich Gold #AB5015

Tints of Rich Gold #AB5015

RGB

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

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

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

R = 62.87%
G = 29.41%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB5015 (or 0xAB5015) is known color: Rich Gold. HEX triplet: AB, 50 and 15. RGB value is (171,80,21). Sum of RGB (Red+Green+Blue) = 171+80+21=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5015 is #54AFEA. Grayscale: #646464. Windows color (decimal): -5550059 or 1396907. OLE color: 1396907.

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

Color convert

RGB 171 80 21 -
CMYK 0 0.53 0.88 0.33
HSL 23.6º 0.78% 0.38% -
HSV(B) 23.6º 0.88% 0.67% -
XYZ 19.8 14.45 2.45 -
YUV 100.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 171 80 21 0 0.53 0.88 0.33 23.6 0.78 0.38
Hex AB 50 15 0 35 58 21 18 4E 26
Octal 253 120 25 0 65 130 41 30 116 46
Binary 10101011 1010000 10101 0 110101 1011000 100001 11000 1001110 100110

Color Harmonies of #AB5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5015

Black with #AB5015

Text Example


Text Example

White with #AB5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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