Html Css Color HEX #ADA572 Hillary

📋 copy color: '#ADA572'

red 173 ◦ green 165 ◦ blue 114

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

Shades of Hillary #ADA572

Tints of Hillary #ADA572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 38.27%
G = 36.5%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADA572 (or 0xADA572) is known color: Hillary. HEX triplet: AD, A5 and 72. RGB value is (173,165,114). Sum of RGB (Red+Green+Blue) = 173+165+114=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA572 is #525A8D. Grayscale: #A1A1A1. Windows color (decimal): -5397134 or 7513517. OLE color: 7513517.

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

Color convert

RGB 173 165 114 -
CMYK 0 0.05 0.34 0.32
HSL 51.86º 0.26% 0.56% -
HSV(B) 51.86º 0.34% 0.68% -
XYZ 33.73 37.01 21.29 -
YUV 161.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 173 165 114 0 0.05 0.34 0.32 51.86 0.26 0.56
Hex AD A5 72 0 5 22 20 34 1A 38
Octal 255 245 162 0 5 42 40 64 32 70
Binary 10101101 10100101 1110010 0 101 100010 100000 110100 11010 111000

Color Harmonies of #ADA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA572

Black with #ADA572

Text Example


Text Example

White with #ADA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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