Html Css Color HEX #ADA251 Husk

📋 copy color: '#ADA251'

red 173 ◦ green 162 ◦ blue 81

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

Shades of Husk #ADA251

Tints of Husk #ADA251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.47%

R = 41.59%
G = 38.94%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#ADA251 (or 0xADA251) is known color: Husk. HEX triplet: AD, A2 and 51. RGB value is (173,162,81). Sum of RGB (Red+Green+Blue) = 173+162+81=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA251 is #525DAE. Grayscale: #9C9C9C. Windows color (decimal): -5397935 or 5350061. OLE color: 5350061.

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

Color convert

RGB 173 162 81 -
CMYK 0 0.06 0.53 0.32
HSL 52.83º 0.36% 0.5% -
HSV(B) 52.83º 0.53% 0.68% -
XYZ 31.64 35.32 12.93 -
YUV 156.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 173 162 81 0 0.06 0.53 0.32 52.83 0.36 0.5
Hex AD A2 51 0 6 35 20 35 24 32
Octal 255 242 121 0 6 65 40 65 44 62
Binary 10101101 10100010 1010001 0 110 110101 100000 110101 100100 110010

Color Harmonies of #ADA251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA251

Black with #ADA251

Text Example


Text Example

White with #ADA251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA251; }

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

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

background-color css

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

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

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

border-color css

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

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

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