Html Css Color HEX #ADA472 Hillary

📋 copy color: '#ADA472'

red 173 ◦ green 164 ◦ blue 114

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

Shades of Hillary #ADA472

Tints of Hillary #ADA472

RGB

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

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

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

R = 38.36%
G = 36.36%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADA472 (or 0xADA472) is known color: Hillary. HEX triplet: AD, A4 and 72. RGB value is (173,164,114). Sum of RGB (Red+Green+Blue) = 173+164+114=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA472 is #525B8D. Grayscale: #A1A1A1. Windows color (decimal): -5397390 or 7513261. OLE color: 7513261.

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

Color convert

RGB 173 164 114 -
CMYK 0 0.05 0.34 0.32
HSL 50.85º 0.26% 0.56% -
HSV(B) 50.85º 0.34% 0.68% -
XYZ 33.55 36.65 21.23 -
YUV 160.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 173 164 114 0 0.05 0.34 0.32 50.85 0.26 0.56
Hex AD A4 72 0 5 22 20 33 1A 38
Octal 255 244 162 0 5 42 40 63 32 70
Binary 10101101 10100100 1110010 0 101 100010 100000 110011 11010 111000

Color Harmonies of #ADA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA472

Black with #ADA472

Text Example


Text Example

White with #ADA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA472; }

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

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

background-color css

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

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

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

border-color css

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

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

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