Html Css Color HEX #ADA058 Husk

📋 copy color: '#ADA058'

red 173 ◦ green 160 ◦ blue 88

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

Shades of Husk #ADA058

Tints of Husk #ADA058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.9%

R = 41.09%
G = 38%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#ADA058 (or 0xADA058) is known color: Husk. HEX triplet: AD, A0 and 58. RGB value is (173,160,88). Sum of RGB (Red+Green+Blue) = 173+160+88=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA058 is #525FA7. Grayscale: #9B9B9B. Windows color (decimal): -5398440 or 5808301. OLE color: 5808301.

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

Color convert

RGB 173 160 88 -
CMYK 0 0.08 0.49 0.32
HSL 50.82º 0.34% 0.51% -
HSV(B) 50.82º 0.49% 0.68% -
XYZ 31.57 34.73 14.27 -
YUV 155.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 173 160 88 0 0.08 0.49 0.32 50.82 0.34 0.51
Hex AD A0 58 0 8 31 20 33 22 33
Octal 255 240 130 0 10 61 40 63 42 63
Binary 10101101 10100000 1011000 0 1000 110001 100000 110011 100010 110011

Color Harmonies of #ADA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA058

Black with #ADA058

Text Example


Text Example

White with #ADA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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