Html Css Color HEX #ADA770 Hillary

📋 copy color: '#ADA770'

red 173 ◦ green 167 ◦ blue 112

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

Shades of Hillary #ADA770

Tints of Hillary #ADA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

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

R = 38.27%
G = 36.95%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA770 (or 0xADA770) is known color: Hillary. HEX triplet: AD, A7 and 70. RGB value is (173,167,112). Sum of RGB (Red+Green+Blue) = 173+167+112=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA770 is #52588F. Grayscale: #A2A2A2. Windows color (decimal): -5396624 or 7382957. OLE color: 7382957.

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

Color convert

RGB 173 167 112 -
CMYK 0 0.03 0.35 0.32
HSL 54.1º 0.27% 0.56% -
HSV(B) 54.1º 0.35% 0.68% -
XYZ 33.98 37.69 20.81 -
YUV 162.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 173 167 112 0 0.03 0.35 0.32 54.1 0.27 0.56
Hex AD A7 70 0 3 23 20 36 1B 38
Octal 255 247 160 0 3 43 40 66 33 70
Binary 10101101 10100111 1110000 0 11 100011 100000 110110 11011 111000

Color Harmonies of #ADA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA770

Black with #ADA770

Text Example


Text Example

White with #ADA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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