Html Css Color HEX #ADA370 Hillary

📋 copy color: '#ADA370'

red 173 ◦ green 163 ◦ blue 112

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

Shades of Hillary #ADA370

Tints of Hillary #ADA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.38%

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

R = 38.62%
G = 36.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA370 (or 0xADA370) is known color: Hillary. HEX triplet: AD, A3 and 70. RGB value is (173,163,112). Sum of RGB (Red+Green+Blue) = 173+163+112=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA370 is #525C8F. Grayscale: #A0A0A0. Windows color (decimal): -5397648 or 7381933. OLE color: 7381933.

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

Color convert

RGB 173 163 112 -
CMYK 0 0.06 0.35 0.32
HSL 50.16º 0.27% 0.56% -
HSV(B) 50.16º 0.35% 0.68% -
XYZ 33.26 36.25 20.57 -
YUV 160.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 173 163 112 0 0.06 0.35 0.32 50.16 0.27 0.56
Hex AD A3 70 0 6 23 20 32 1B 38
Octal 255 243 160 0 6 43 40 62 33 70
Binary 10101101 10100011 1110000 0 110 100011 100000 110010 11011 111000

Color Harmonies of #ADA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA370

Black with #ADA370

Text Example


Text Example

White with #ADA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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