Html Css Color HEX #ABA474 Hillary

📋 copy color: '#ABA474'

red 171 ◦ green 164 ◦ blue 116

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

Shades of Hillary #ABA474

Tints of Hillary #ABA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 37.92%
G = 36.36%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABA474 (or 0xABA474) is known color: Hillary. HEX triplet: AB, A4 and 74. RGB value is (171,164,116). Sum of RGB (Red+Green+Blue) = 171+164+116=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA474 is #545B8B. Grayscale: #A0A0A0. Windows color (decimal): -5528460 or 7644331. OLE color: 7644331.

HSL color Cylindrical-coordinate representation of color #ABA474: hue angle of 52.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABA474 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 116 -
CMYK 0 0.04 0.32 0.33
HSL 52.36º 0.25% 0.56% -
HSV(B) 52.36º 0.32% 0.67% -
XYZ 33.22 36.47 21.81 -
YUV 160.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 171 164 116 0 0.04 0.32 0.33 52.36 0.25 0.56
Hex AB A4 74 0 4 20 21 34 19 38
Octal 253 244 164 0 4 40 41 64 31 70
Binary 10101011 10100100 1110100 0 100 100000 100001 110100 11001 111000

Color Harmonies of #ABA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA474

Black with #ABA474

Text Example


Text Example

White with #ABA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA474; }

 p { color: rgb(171,164,116); }

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

background-color css

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

 a { background-color: rgb(171,164,116); }

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

border-color css

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

 span { border-color: rgb(171,164,116); }

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