Html Css Color HEX #AB5612 Rich Gold

📋 copy color: '#AB5612'

red 171 ◦ green 86 ◦ blue 18

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

Shades of Rich Gold #AB5612

Tints of Rich Gold #AB5612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 62.18%
G = 31.27%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5612 (or 0xAB5612) is known color: Rich Gold. HEX triplet: AB, 56 and 12. RGB value is (171,86,18). Sum of RGB (Red+Green+Blue) = 171+86+18=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5612 is #54A9ED. Grayscale: #686868. Windows color (decimal): -5548526 or 1201835. OLE color: 1201835.

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

Color convert

RGB 171 86 18 -
CMYK 0 0.50 0.89 0.33
HSL 26.67º 0.81% 0.37% -
HSV(B) 26.67º 0.89% 0.67% -
XYZ 20.23 15.36 2.47 -
YUV 103.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 171 86 18 0 0.50 0.89 0.33 26.67 0.81 0.37
Hex AB 56 12 0 32 59 21 1B 51 25
Octal 253 126 22 0 62 131 41 33 121 45
Binary 10101011 1010110 10010 0 110010 1011001 100001 11011 1010001 100101

Color Harmonies of #AB5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5612

Black with #AB5612

Text Example


Text Example

White with #AB5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5612; }

 p { color: rgb(171,86,18); }

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

background-color css

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

 a { background-color: rgb(171,86,18); }

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

border-color css

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

 span { border-color: rgb(171,86,18); }

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