Html Css Color HEX #ADA670 Hillary

📋 copy color: '#ADA670'

red 173 ◦ green 166 ◦ blue 112

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

Shades of Hillary #ADA670

Tints of Hillary #ADA670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 38.36%
G = 36.81%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA670 (or 0xADA670) is known color: Hillary. HEX triplet: AD, A6 and 70. RGB value is (173,166,112). Sum of RGB (Red+Green+Blue) = 173+166+112=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA670 is #52598F. Grayscale: #A2A2A2. Windows color (decimal): -5396880 or 7382701. OLE color: 7382701.

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

Color convert

RGB 173 166 112 -
CMYK 0 0.04 0.35 0.32
HSL 53.11º 0.27% 0.56% -
HSV(B) 53.11º 0.35% 0.68% -
XYZ 33.79 37.33 20.75 -
YUV 161.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 173 166 112 0 0.04 0.35 0.32 53.11 0.27 0.56
Hex AD A6 70 0 4 23 20 35 1B 38
Octal 255 246 160 0 4 43 40 65 33 70
Binary 10101101 10100110 1110000 0 100 100011 100000 110101 11011 111000

Color Harmonies of #ADA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA670

Black with #ADA670

Text Example


Text Example

White with #ADA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA670; }

 p { color: rgb(173,166,112); }

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

background-color css

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

 a { background-color: rgb(173,166,112); }

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

border-color css

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

 span { border-color: rgb(173,166,112); }

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