Html Css Color HEX #ADA475 Hillary

📋 copy color: '#ADA475'

red 173 ◦ green 164 ◦ blue 117

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

Shades of Hillary #ADA475

Tints of Hillary #ADA475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.77%

R = 38.11%
G = 36.12%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ADA475 (or 0xADA475) is known color: Hillary. HEX triplet: AD, A4 and 75. RGB value is (173,164,117). Sum of RGB (Red+Green+Blue) = 173+164+117=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA475 is #525B8A. Grayscale: #A1A1A1. Windows color (decimal): -5397387 or 7709869. OLE color: 7709869.

HSL color Cylindrical-coordinate representation of color #ADA475: hue angle of 50.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADA475 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 164 117 -
CMYK 0 0.05 0.32 0.32
HSL 50.36º 0.25% 0.57% -
HSV(B) 50.36º 0.32% 0.68% -
XYZ 33.72 36.72 22.14 -
YUV 161.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 173 164 117 0 0.05 0.32 0.32 50.36 0.25 0.57
Hex AD A4 75 0 5 20 20 32 19 39
Octal 255 244 165 0 5 40 40 62 31 71
Binary 10101101 10100100 1110101 0 101 100000 100000 110010 11001 111001

Color Harmonies of #ADA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA475

Black with #ADA475

Text Example


Text Example

White with #ADA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA475; }

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

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

background-color css

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

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

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

border-color css

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

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

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