Html Css Color HEX #ADA970 Hillary

📋 copy color: '#ADA970'

red 173 ◦ green 169 ◦ blue 112

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

Shades of Hillary #ADA970

Tints of Hillary #ADA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

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

R = 38.11%
G = 37.22%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA970 (or 0xADA970) is known color: Hillary. HEX triplet: AD, A9 and 70. RGB value is (173,169,112). Sum of RGB (Red+Green+Blue) = 173+169+112=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA970 is #52568F. Grayscale: #A3A3A3. Windows color (decimal): -5396112 or 7383469. OLE color: 7383469.

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

Color convert

RGB 173 169 112 -
CMYK 0 0.02 0.35 0.32
HSL 56.07º 0.27% 0.56% -
HSV(B) 56.07º 0.35% 0.68% -
XYZ 34.35 38.43 20.94 -
YUV 163.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 173 169 112 0 0.02 0.35 0.32 56.07 0.27 0.56
Hex AD A9 70 0 2 23 20 38 1B 38
Octal 255 251 160 0 2 43 40 70 33 70
Binary 10101101 10101001 1110000 0 10 100011 100000 111000 11011 111000

Color Harmonies of #ADA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA970

Black with #ADA970

Text Example


Text Example

White with #ADA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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