Html Css Color HEX #ADA353 Husk

📋 copy color: '#ADA353'

red 173 ◦ green 163 ◦ blue 83

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

Shades of Husk #ADA353

Tints of Husk #ADA353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 41.29%
G = 38.9%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADA353 (or 0xADA353) is known color: Husk. HEX triplet: AD, A3 and 53. RGB value is (173,163,83). Sum of RGB (Red+Green+Blue) = 173+163+83=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA353 is #525CAC. Grayscale: #9D9D9D. Windows color (decimal): -5397677 or 5481389. OLE color: 5481389.

HSL color Cylindrical-coordinate representation of color #ADA353: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADA353 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 163 83 -
CMYK 0 0.06 0.52 0.32
HSL 53.33º 0.35% 0.5% -
HSV(B) 53.33º 0.52% 0.68% -
XYZ 31.89 35.7 13.39 -
YUV 156.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 173 163 83 0 0.06 0.52 0.32 53.33 0.35 0.5
Hex AD A3 53 0 6 34 20 35 23 32
Octal 255 243 123 0 6 64 40 65 43 62
Binary 10101101 10100011 1010011 0 110 110100 100000 110101 100011 110010

Color Harmonies of #ADA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA353

Black with #ADA353

Text Example


Text Example

White with #ADA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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