Html Css Color HEX #ADA257 Husk

📋 copy color: '#ADA257'

red 173 ◦ green 162 ◦ blue 87

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

Shades of Husk #ADA257

Tints of Husk #ADA257

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

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

R = 41%
G = 38.39%
B = 20.62%

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

#ADA257 (or 0xADA257) is known color: Husk. HEX triplet: AD, A2 and 57. RGB value is (173,162,87). Sum of RGB (Red+Green+Blue) = 173+162+87=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA257 is #525DA8. Grayscale: #9D9D9D. Windows color (decimal): -5397929 or 5743277. OLE color: 5743277.

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

Color convert

RGB 173 162 87 -
CMYK 0 0.06 0.50 0.32
HSL 52.33º 0.34% 0.51% -
HSV(B) 52.33º 0.5% 0.68% -
XYZ 31.87 35.41 14.17 -
YUV 156.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 173 162 87 0 0.06 0.50 0.32 52.33 0.34 0.51
Hex AD A2 57 0 6 32 20 34 22 33
Octal 255 242 127 0 6 62 40 64 42 63
Binary 10101101 10100010 1010111 0 110 110010 100000 110100 100010 110011

Color Harmonies of #ADA257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA257

Black with #ADA257

Text Example


Text Example

White with #ADA257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA257; }

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

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

background-color css

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

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

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

border-color css

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

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

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