Html Css Color HEX #ADA470 Hillary

📋 copy color: '#ADA470'

red 173 ◦ green 164 ◦ blue 112

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

Shades of Hillary #ADA470

Tints of Hillary #ADA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

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

R = 38.53%
G = 36.53%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA470 (or 0xADA470) is known color: Hillary. HEX triplet: AD, A4 and 70. RGB value is (173,164,112). Sum of RGB (Red+Green+Blue) = 173+164+112=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA470 is #525B8F. Grayscale: #A0A0A0. Windows color (decimal): -5397392 or 7382189. OLE color: 7382189.

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

Color convert

RGB 173 164 112 -
CMYK 0 0.05 0.35 0.32
HSL 51.15º 0.27% 0.56% -
HSV(B) 51.15º 0.35% 0.68% -
XYZ 33.43 36.61 20.63 -
YUV 160.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 173 164 112 0 0.05 0.35 0.32 51.15 0.27 0.56
Hex AD A4 70 0 5 23 20 33 1B 38
Octal 255 244 160 0 5 43 40 63 33 70
Binary 10101101 10100100 1110000 0 101 100011 100000 110011 11011 111000

Color Harmonies of #ADA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA470

Black with #ADA470

Text Example


Text Example

White with #ADA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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