Html Css Color HEX #ADA453 Husk

📋 copy color: '#ADA453'

red 173 ◦ green 164 ◦ blue 83

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

Shades of Husk #ADA453

Tints of Husk #ADA453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

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

R = 41.19%
G = 39.05%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADA453 (or 0xADA453) is known color: Husk. HEX triplet: AD, A4 and 53. RGB value is (173,164,83). Sum of RGB (Red+Green+Blue) = 173+164+83=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA453 is #525BAC. Grayscale: #9D9D9D. Windows color (decimal): -5397421 or 5481645. OLE color: 5481645.

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

Color convert

RGB 173 164 83 -
CMYK 0 0.05 0.52 0.32
HSL 54º 0.35% 0.5% -
HSV(B) 54º 0.52% 0.68% -
XYZ 32.07 36.06 13.45 -
YUV 157.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 173 164 83 0 0.05 0.52 0.32 54 0.35 0.5
Hex AD A4 53 0 5 34 20 36 23 32
Octal 255 244 123 0 5 64 40 66 43 62
Binary 10101101 10100100 1010011 0 101 110100 100000 110110 100011 110010

Color Harmonies of #ADA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA453

Black with #ADA453

Text Example


Text Example

White with #ADA453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA453; }

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

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

background-color css

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

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

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

border-color css

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

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

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