Html Css Color HEX #ADA057 Husk

📋 copy color: '#ADA057'

red 173 ◦ green 160 ◦ blue 87

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

Shades of Husk #ADA057

Tints of Husk #ADA057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.71%

R = 41.19%
G = 38.1%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA057 (or 0xADA057) is known color: Husk. HEX triplet: AD, A0 and 57. RGB value is (173,160,87). Sum of RGB (Red+Green+Blue) = 173+160+87=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA057 is #525FA8. Grayscale: #9B9B9B. Windows color (decimal): -5398441 or 5742765. OLE color: 5742765.

HSL color Cylindrical-coordinate representation of color #ADA057: hue angle of 50.93º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADA057 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 87 -
CMYK 0 0.08 0.50 0.32
HSL 50.93º 0.34% 0.51% -
HSV(B) 50.93º 0.5% 0.68% -
XYZ 31.52 34.71 14.06 -
YUV 155.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 173 160 87 0 0.08 0.50 0.32 50.93 0.34 0.51
Hex AD A0 57 0 8 32 20 33 22 33
Octal 255 240 127 0 10 62 40 63 42 63
Binary 10101101 10100000 1010111 0 1000 110010 100000 110011 100010 110011

Color Harmonies of #ADA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA057

Black with #ADA057

Text Example


Text Example

White with #ADA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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