Html Css Color HEX #ADA253 Husk

📋 copy color: '#ADA253'

red 173 ◦ green 162 ◦ blue 83

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

Shades of Husk #ADA253

Tints of Husk #ADA253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 41.39%
G = 38.76%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADA253 (or 0xADA253) is known color: Husk. HEX triplet: AD, A2 and 53. RGB value is (173,162,83). Sum of RGB (Red+Green+Blue) = 173+162+83=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA253 is #525DAC. Grayscale: #9C9C9C. Windows color (decimal): -5397933 or 5481133. OLE color: 5481133.

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

Color convert

RGB 173 162 83 -
CMYK 0 0.06 0.52 0.32
HSL 52.67º 0.35% 0.5% -
HSV(B) 52.67º 0.52% 0.68% -
XYZ 31.72 35.35 13.34 -
YUV 156.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 173 162 83 0 0.06 0.52 0.32 52.67 0.35 0.5
Hex AD A2 53 0 6 34 20 35 23 32
Octal 255 242 123 0 6 64 40 65 43 62
Binary 10101101 10100010 1010011 0 110 110100 100000 110101 100011 110010

Color Harmonies of #ADA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA253

Black with #ADA253

Text Example


Text Example

White with #ADA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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