Html Css Color HEX #AB5018 Rich Gold

📋 copy color: '#AB5018'

red 171 ◦ green 80 ◦ blue 24

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

Shades of Rich Gold #AB5018

Tints of Rich Gold #AB5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 62.18%
G = 29.09%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB5018 (or 0xAB5018) is known color: Rich Gold. HEX triplet: AB, 50 and 18. RGB value is (171,80,24). Sum of RGB (Red+Green+Blue) = 171+80+24=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5018 is #54AFE7. Grayscale: #656565. Windows color (decimal): -5550056 or 1593515. OLE color: 1593515.

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

Color convert

RGB 171 80 24 -
CMYK 0 0.53 0.86 0.33
HSL 22.86º 0.75% 0.38% -
HSV(B) 22.86º 0.86% 0.67% -
XYZ 19.83 14.46 2.61 -
YUV 100.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 171 80 24 0 0.53 0.86 0.33 22.86 0.75 0.38
Hex AB 50 18 0 35 56 21 17 4B 26
Octal 253 120 30 0 65 126 41 27 113 46
Binary 10101011 1010000 11000 0 110101 1010110 100001 10111 1001011 100110

Color Harmonies of #AB5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5018

Black with #AB5018

Text Example


Text Example

White with #AB5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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