Html Css Color HEX #ADA256 Husk

📋 copy color: '#ADA256'

red 173 ◦ green 162 ◦ blue 86

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

Shades of Husk #ADA256

Tints of Husk #ADA256

RGB

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

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

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

R = 41.09%
G = 38.48%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA256 (or 0xADA256) is known color: Husk. HEX triplet: AD, A2 and 56. RGB value is (173,162,86). Sum of RGB (Red+Green+Blue) = 173+162+86=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA256 is #525DA9. Grayscale: #9C9C9C. Windows color (decimal): -5397930 or 5677741. OLE color: 5677741.

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

Color convert

RGB 173 162 86 -
CMYK 0 0.06 0.50 0.32
HSL 52.41º 0.35% 0.51% -
HSV(B) 52.41º 0.5% 0.68% -
XYZ 31.83 35.4 13.96 -
YUV 156.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 173 162 86 0 0.06 0.50 0.32 52.41 0.35 0.51
Hex AD A2 56 0 6 32 20 34 23 33
Octal 255 242 126 0 6 62 40 64 43 63
Binary 10101101 10100010 1010110 0 110 110010 100000 110100 100011 110011

Color Harmonies of #ADA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA256

Black with #ADA256

Text Example


Text Example

White with #ADA256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA256; }

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

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

background-color css

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

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

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

border-color css

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

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

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