Html Css Color HEX #ADA254 Husk

📋 copy color: '#ADA254'

red 173 ◦ green 162 ◦ blue 84

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

Shades of Husk #ADA254

Tints of Husk #ADA254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 41.29%
G = 38.66%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#ADA254 (or 0xADA254) is known color: Husk. HEX triplet: AD, A2 and 54. RGB value is (173,162,84). Sum of RGB (Red+Green+Blue) = 173+162+84=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA254 is #525DAB. Grayscale: #9C9C9C. Windows color (decimal): -5397932 or 5546669. OLE color: 5546669.

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

Color convert

RGB 173 162 84 -
CMYK 0 0.06 0.51 0.32
HSL 52.58º 0.35% 0.5% -
HSV(B) 52.58º 0.51% 0.68% -
XYZ 31.75 35.36 13.54 -
YUV 156.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 173 162 84 0 0.06 0.51 0.32 52.58 0.35 0.5
Hex AD A2 54 0 6 33 20 35 23 32
Octal 255 242 124 0 6 63 40 65 43 62
Binary 10101101 10100010 1010100 0 110 110011 100000 110101 100011 110010

Color Harmonies of #ADA254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA254

Black with #ADA254

Text Example


Text Example

White with #ADA254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA254; }

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

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

background-color css

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

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

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

border-color css

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

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

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