Html Css Color HEX #ADA380 Hillary

📋 copy color: '#ADA380'

red 173 ◦ green 163 ◦ blue 128

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

Shades of Hillary #ADA380

Tints of Hillary #ADA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 37.28%
G = 35.13%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#ADA380 (or 0xADA380) is known color: Hillary. HEX triplet: AD, A3 and 80. RGB value is (173,163,128). Sum of RGB (Red+Green+Blue) = 173+163+128=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA380 is #525C7F. Grayscale: #A2A2A2. Windows color (decimal): -5397632 or 8430509. OLE color: 8430509.

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

Color convert

RGB 173 163 128 -
CMYK 0 0.06 0.26 0.32
HSL 46.67º 0.22% 0.59% -
HSV(B) 46.67º 0.26% 0.68% -
XYZ 34.23 36.64 25.69 -
YUV 162 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 173 163 128 0 0.06 0.26 0.32 46.67 0.22 0.59
Hex AD A3 80 0 6 1A 20 2F 16 3B
Octal 255 243 200 0 6 32 40 57 26 73
Binary 10101101 10100011 10000000 0 110 11010 100000 101111 10110 111011

Color Harmonies of #ADA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA380

Black with #ADA380

Text Example


Text Example

White with #ADA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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