Html Css Color HEX #ADA156 Husk

📋 copy color: '#ADA156'

red 173 ◦ green 161 ◦ blue 86

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

Shades of Husk #ADA156

Tints of Husk #ADA156

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 41.19%
G = 38.33%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA156 (or 0xADA156) is known color: Husk. HEX triplet: AD, A1 and 56. RGB value is (173,161,86). Sum of RGB (Red+Green+Blue) = 173+161+86=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA156 is #525EA9. Grayscale: #9C9C9C. Windows color (decimal): -5398186 or 5677485. OLE color: 5677485.

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

Color convert

RGB 173 161 86 -
CMYK 0 0.07 0.50 0.32
HSL 51.72º 0.35% 0.51% -
HSV(B) 51.72º 0.5% 0.68% -
XYZ 31.66 35.05 13.9 -
YUV 156.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 173 161 86 0 0.07 0.50 0.32 51.72 0.35 0.51
Hex AD A1 56 0 7 32 20 34 23 33
Octal 255 241 126 0 7 62 40 64 43 63
Binary 10101101 10100001 1010110 0 111 110010 100000 110100 100011 110011

Color Harmonies of #ADA156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA156

Black with #ADA156

Text Example


Text Example

White with #ADA156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA156; }

 p { color: rgb(173,161,86); }

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

background-color css

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

 a { background-color: rgb(173,161,86); }

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

border-color css

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

 span { border-color: rgb(173,161,86); }

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