Html Css Color HEX #ADA07D Hillary

📋 copy color: '#ADA07D'

red 173 ◦ green 160 ◦ blue 125

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

Shades of Hillary #ADA07D

Tints of Hillary #ADA07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 37.77%
G = 34.93%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADA07D (or 0xADA07D) is known color: Hillary. HEX triplet: AD, A0 and 7D. RGB value is (173,160,125). Sum of RGB (Red+Green+Blue) = 173+160+125=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA07D is #525F82. Grayscale: #A0A0A0. Windows color (decimal): -5398403 or 8233133. OLE color: 8233133.

HSL color Cylindrical-coordinate representation of color #ADA07D: hue angle of 43.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA07D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 125 -
CMYK 0 0.08 0.28 0.32
HSL 43.75º 0.23% 0.58% -
HSV(B) 43.75º 0.28% 0.68% -
XYZ 33.51 35.51 24.49 -
YUV 159.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 173 160 125 0 0.08 0.28 0.32 43.75 0.23 0.58
Hex AD A0 7D 0 8 1C 20 2C 17 3A
Octal 255 240 175 0 10 34 40 54 27 72
Binary 10101101 10100000 1111101 0 1000 11100 100000 101100 10111 111010

Color Harmonies of #ADA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA07D

Black with #ADA07D

Text Example


Text Example

White with #ADA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA07D; }

 p { color: rgb(173,160,125); }

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

background-color css

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

 a { background-color: rgb(173,160,125); }

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

border-color css

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

 span { border-color: rgb(173,160,125); }

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