Html Css Color HEX #ADA076 Hillary

📋 copy color: '#ADA076'

red 173 ◦ green 160 ◦ blue 118

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

Shades of Hillary #ADA076

Tints of Hillary #ADA076

RGB

 RED value IS 173 (67.97% from 255) = 38.36%

 GREEN value IS 160 (62.89% from 255) = 35.48%

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

R = 38.36%
G = 35.48%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADA076 (or 0xADA076) is known color: Hillary. HEX triplet: AD, A0 and 76. RGB value is (173,160,118). Sum of RGB (Red+Green+Blue) = 173+160+118=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA076 is #525F89. Grayscale: #9F9F9F. Windows color (decimal): -5398410 or 7774381. OLE color: 7774381.

HSL color Cylindrical-coordinate representation of color #ADA076: hue angle of 45.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA076 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 118 -
CMYK 0 0.08 0.32 0.32
HSL 45.82º 0.25% 0.57% -
HSV(B) 45.82º 0.32% 0.68% -
XYZ 33.07 35.33 22.22 -
YUV 159.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 173 160 118 0 0.08 0.32 0.32 45.82 0.25 0.57
Hex AD A0 76 0 8 20 20 2E 19 39
Octal 255 240 166 0 10 40 40 56 31 71
Binary 10101101 10100000 1110110 0 1000 100000 100000 101110 11001 111001

Color Harmonies of #ADA076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA076

Black with #ADA076

Text Example


Text Example

White with #ADA076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA076; }

 p { color: rgb(173,160,118); }

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

background-color css

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

 a { background-color: rgb(173,160,118); }

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

border-color css

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

 span { border-color: rgb(173,160,118); }

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