#ADA07B

Color #ADA07B Hillary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hillary #ADA07B

Tints of Hillary #ADA07B

Color information

#ADA07B (or 0xADA07B) is unknown color: approx Hillary. HEX triplet: AD, A0 and 7B. RGB value is (173,160,123). Sum of RGB (Red+Green+Blue) = 173+160+123=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA07B is #525F84. Grayscale: #9F9F9F. Windows color (decimal): -5398405 or 8102061. OLE color: 8102061.

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

Color convert

RGB173160123-
CMYK00.080.290.32
HSL44.4º23.36%58.04%-
HSV(B)44.4º28.9%67.84%-
XYZ33.3835.4623.82-
YUV159.67107.31137.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=37.94%
G=35.09%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316012300.080.290.3244.423.3658.04
HexADA07B081D202c173a
Octal2552401730103540542772
Binary10101101101000001111011010001110110000010110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA07B; }

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

 H1.HeaderClassName
 {
   color: #ADA07B;
 }
 .AnyTagClassName
 {
   color: #ADA07B;
 }
</style>
background-color css

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

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

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

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

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

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