Html Css Color HEX #ADA270 Hillary

📋 copy color: '#ADA270'

red 173 ◦ green 162 ◦ blue 112

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

Shades of Hillary #ADA270

Tints of Hillary #ADA270

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

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

R = 38.7%
G = 36.24%
B = 25.06%

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

#ADA270 (or 0xADA270) is known color: Hillary. HEX triplet: AD, A2 and 70. RGB value is (173,162,112). Sum of RGB (Red+Green+Blue) = 173+162+112=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA270 is #525D8F. Grayscale: #9F9F9F. Windows color (decimal): -5397904 or 7381677. OLE color: 7381677.

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

Color convert

RGB 173 162 112 -
CMYK 0 0.06 0.35 0.32
HSL 49.18º 0.27% 0.56% -
HSV(B) 49.18º 0.35% 0.68% -
XYZ 33.08 35.89 20.51 -
YUV 159.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 173 162 112 0 0.06 0.35 0.32 49.18 0.27 0.56
Hex AD A2 70 0 6 23 20 31 1B 38
Octal 255 242 160 0 6 43 40 61 33 70
Binary 10101101 10100010 1110000 0 110 100011 100000 110001 11011 111000

Color Harmonies of #ADA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA270

Black with #ADA270

Text Example


Text Example

White with #ADA270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA270; }

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

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

background-color css

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

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

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

border-color css

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

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

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