Html Css Color HEX #AB5812 Rich Gold

📋 copy color: '#AB5812'

red 171 ◦ green 88 ◦ blue 18

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

Shades of Rich Gold #AB5812

Tints of Rich Gold #AB5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 61.73%
G = 31.77%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5812 (or 0xAB5812) is known color: Rich Gold. HEX triplet: AB, 58 and 12. RGB value is (171,88,18). Sum of RGB (Red+Green+Blue) = 171+88+18=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5812 is #54A7ED. Grayscale: #696969. Windows color (decimal): -5548014 or 1202347. OLE color: 1202347.

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

Color convert

RGB 171 88 18 -
CMYK 0 0.49 0.89 0.33
HSL 27.45º 0.81% 0.37% -
HSV(B) 27.45º 0.89% 0.67% -
XYZ 20.39 15.68 2.52 -
YUV 104.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 171 88 18 0 0.49 0.89 0.33 27.45 0.81 0.37
Hex AB 58 12 0 31 59 21 1B 51 25
Octal 253 130 22 0 61 131 41 33 121 45
Binary 10101011 1011000 10010 0 110001 1011001 100001 11011 1010001 100101

Color Harmonies of #AB5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5812

Black with #AB5812

Text Example


Text Example

White with #AB5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5812; }

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

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

background-color css

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

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

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

border-color css

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

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

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