Html Css Color HEX #ADA570 Hillary

📋 copy color: '#ADA570'

red 173 ◦ green 165 ◦ blue 112

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

Shades of Hillary #ADA570

Tints of Hillary #ADA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 38.44%
G = 36.67%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA570 (or 0xADA570) is known color: Hillary. HEX triplet: AD, A5 and 70. RGB value is (173,165,112). Sum of RGB (Red+Green+Blue) = 173+165+112=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA570 is #525A8F. Grayscale: #A1A1A1. Windows color (decimal): -5397136 or 7382445. OLE color: 7382445.

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

Color convert

RGB 173 165 112 -
CMYK 0 0.05 0.35 0.32
HSL 52.13º 0.27% 0.56% -
HSV(B) 52.13º 0.35% 0.68% -
XYZ 33.61 36.96 20.69 -
YUV 161.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 173 165 112 0 0.05 0.35 0.32 52.13 0.27 0.56
Hex AD A5 70 0 5 23 20 34 1B 38
Octal 255 245 160 0 5 43 40 64 33 70
Binary 10101101 10100101 1110000 0 101 100011 100000 110100 11011 111000

Color Harmonies of #ADA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA570

Black with #ADA570

Text Example


Text Example

White with #ADA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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