Html Css Color HEX #ADA972 Hillary

📋 copy color: '#ADA972'

red 173 ◦ green 169 ◦ blue 114

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

Shades of Hillary #ADA972

Tints of Hillary #ADA972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25%

R = 37.94%
G = 37.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADA972 (or 0xADA972) is known color: Hillary. HEX triplet: AD, A9 and 72. RGB value is (173,169,114). Sum of RGB (Red+Green+Blue) = 173+169+114=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA972 is #52568D. Grayscale: #A4A4A4. Windows color (decimal): -5396110 or 7514541. OLE color: 7514541.

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

Color convert

RGB 173 169 114 -
CMYK 0 0.02 0.34 0.32
HSL 55.93º 0.26% 0.56% -
HSV(B) 55.93º 0.34% 0.68% -
XYZ 34.46 38.48 21.53 -
YUV 163.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 173 169 114 0 0.02 0.34 0.32 55.93 0.26 0.56
Hex AD A9 72 0 2 22 20 38 1A 38
Octal 255 251 162 0 2 42 40 70 32 70
Binary 10101101 10101001 1110010 0 10 100010 100000 111000 11010 111000

Color Harmonies of #ADA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA972

Black with #ADA972

Text Example


Text Example

White with #ADA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA972; }

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

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

background-color css

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

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

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

border-color css

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

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

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