Html Css Color HEX #ADA05A Husk

📋 copy color: '#ADA05A'

red 173 ◦ green 160 ◦ blue 90

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

Shades of Husk #ADA05A

Tints of Husk #ADA05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 40.9%
G = 37.83%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADA05A (or 0xADA05A) is known color: Husk. HEX triplet: AD, A0 and 5A. RGB value is (173,160,90). Sum of RGB (Red+Green+Blue) = 173+160+90=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05A is #525FA5. Grayscale: #9C9C9C. Windows color (decimal): -5398438 or 5939373. OLE color: 5939373.

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

Color convert

RGB 173 160 90 -
CMYK 0 0.08 0.48 0.32
HSL 50.6º 0.34% 0.52% -
HSV(B) 50.6º 0.48% 0.68% -
XYZ 31.65 34.76 14.71 -
YUV 155.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 173 160 90 0 0.08 0.48 0.32 50.6 0.34 0.52
Hex AD A0 5A 0 8 30 20 33 22 34
Octal 255 240 132 0 10 60 40 63 42 64
Binary 10101101 10100000 1011010 0 1000 110000 100000 110011 100010 110100

Color Harmonies of #ADA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA05A

Black with #ADA05A

Text Example


Text Example

White with #ADA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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