Html Css Color HEX #ABA676 Hillary

📋 copy color: '#ABA676'

red 171 ◦ green 166 ◦ blue 118

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

Shades of Hillary #ABA676

Tints of Hillary #ABA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

 BLUE value IS 118 (46.48% from 255) = 25.93%

R = 37.58%
G = 36.48%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#ABA676 (or 0xABA676) is known color: Hillary. HEX triplet: AB, A6 and 76. RGB value is (171,166,118). Sum of RGB (Red+Green+Blue) = 171+166+118=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA676 is #545989. Grayscale: #A2A2A2. Windows color (decimal): -5527946 or 7775915. OLE color: 7775915.

HSL color Cylindrical-coordinate representation of color #ABA676: hue angle of 54.34º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA676 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 118 -
CMYK 0 0.03 0.31 0.33
HSL 54.34º 0.24% 0.57% -
HSV(B) 54.34º 0.31% 0.67% -
XYZ 33.7 37.24 22.55 -
YUV 162.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 171 166 118 0 0.03 0.31 0.33 54.34 0.24 0.57
Hex AB A6 76 0 3 1F 21 36 18 39
Octal 253 246 166 0 3 37 41 66 30 71
Binary 10101011 10100110 1110110 0 11 11111 100001 110110 11000 111001

Color Harmonies of #ABA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA676

Black with #ABA676

Text Example


Text Example

White with #ABA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA676; }

 p { color: rgb(171,166,118); }

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

background-color css

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

 a { background-color: rgb(171,166,118); }

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

border-color css

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

 span { border-color: rgb(171,166,118); }

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