Html Css Color HEX #ABA374 Hillary

📋 copy color: '#ABA374'

red 171 ◦ green 163 ◦ blue 116

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

Shades of Hillary #ABA374

Tints of Hillary #ABA374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

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

R = 38%
G = 36.22%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#ABA374 (or 0xABA374) is known color: Hillary. HEX triplet: AB, A3 and 74. RGB value is (171,163,116). Sum of RGB (Red+Green+Blue) = 171+163+116=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA374 is #545C8B. Grayscale: #A0A0A0. Windows color (decimal): -5528716 or 7644075. OLE color: 7644075.

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

Color convert

RGB 171 163 116 -
CMYK 0 0.05 0.32 0.33
HSL 51.27º 0.25% 0.56% -
HSV(B) 51.27º 0.32% 0.67% -
XYZ 33.04 36.11 21.75 -
YUV 160.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 171 163 116 0 0.05 0.32 0.33 51.27 0.25 0.56
Hex AB A3 74 0 5 20 21 33 19 38
Octal 253 243 164 0 5 40 41 63 31 70
Binary 10101011 10100011 1110100 0 101 100000 100001 110011 11001 111000

Color Harmonies of #ABA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA374

Black with #ABA374

Text Example


Text Example

White with #ABA374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA374; }

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

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

background-color css

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

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

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

border-color css

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

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

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