Html Css Color HEX #ADA356 Husk

📋 copy color: '#ADA356'

red 173 ◦ green 163 ◦ blue 86

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

Shades of Husk #ADA356

Tints of Husk #ADA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 41%
G = 38.63%
B = 20.38%

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

#ADA356 (or 0xADA356) is known color: Husk. HEX triplet: AD, A3 and 56. RGB value is (173,163,86). Sum of RGB (Red+Green+Blue) = 173+163+86=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA356 is #525CA9. Grayscale: #9D9D9D. Windows color (decimal): -5397674 or 5677997. OLE color: 5677997.

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

Color convert

RGB 173 163 86 -
CMYK 0 0.06 0.50 0.32
HSL 53.1º 0.35% 0.51% -
HSV(B) 53.1º 0.5% 0.68% -
XYZ 32.01 35.75 14.02 -
YUV 157.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 173 163 86 0 0.06 0.50 0.32 53.1 0.35 0.51
Hex AD A3 56 0 6 32 20 35 23 33
Octal 255 243 126 0 6 62 40 65 43 63
Binary 10101101 10100011 1010110 0 110 110010 100000 110101 100011 110011

Color Harmonies of #ADA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA356

Black with #ADA356

Text Example


Text Example

White with #ADA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA356; }

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

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

background-color css

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

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

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

border-color css

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

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

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