Html Css Color HEX #ADA157 Husk

📋 copy color: '#ADA157'

red 173 ◦ green 161 ◦ blue 87

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

Shades of Husk #ADA157

Tints of Husk #ADA157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 41.09%
G = 38.24%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA157 (or 0xADA157) is known color: Husk. HEX triplet: AD, A1 and 57. RGB value is (173,161,87). Sum of RGB (Red+Green+Blue) = 173+161+87=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA157 is #525EA8. Grayscale: #9C9C9C. Windows color (decimal): -5398185 or 5743021. OLE color: 5743021.

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

Color convert

RGB 173 161 87 -
CMYK 0 0.07 0.50 0.32
HSL 51.63º 0.34% 0.51% -
HSV(B) 51.63º 0.5% 0.68% -
XYZ 31.7 35.06 14.11 -
YUV 156.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 173 161 87 0 0.07 0.50 0.32 51.63 0.34 0.51
Hex AD A1 57 0 7 32 20 34 22 33
Octal 255 241 127 0 7 62 40 64 42 63
Binary 10101101 10100001 1010111 0 111 110010 100000 110100 100010 110011

Color Harmonies of #ADA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA157

Black with #ADA157

Text Example


Text Example

White with #ADA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA157; }

 p { color: rgb(173,161,87); }

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

background-color css

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

 a { background-color: rgb(173,161,87); }

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

border-color css

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

 span { border-color: rgb(173,161,87); }

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