Html Css Color HEX #A89D53 Husk

📋 copy color: '#A89D53'

red 168 ◦ green 157 ◦ blue 83

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

Shades of Husk #A89D53

Tints of Husk #A89D53

RGB

 RED value IS 168 (66.02% from 255) = 41.18%

 GREEN value IS 157 (61.72% from 255) = 38.48%

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

R = 41.18%
G = 38.48%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A89D53 (or 0xA89D53) is known color: Husk. HEX triplet: A8, 9D and 53. RGB value is (168,157,83). Sum of RGB (Red+Green+Blue) = 168+157+83=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D53 is #5762AC. Grayscale: #989898. Windows color (decimal): -5726893 or 5479848. OLE color: 5479848.

HSL color Cylindrical-coordinate representation of color #A89D53: hue angle of 52.24º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A89D53 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 157 83 -
CMYK 0 0.07 0.51 0.34
HSL 52.24º 0.34% 0.49% -
HSV(B) 52.24º 0.51% 0.66% -
XYZ 29.77 33.06 13 -
YUV 151.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 168 157 83 0 0.07 0.51 0.34 52.24 0.34 0.49
Hex A8 9D 53 0 7 33 22 34 22 31
Octal 250 235 123 0 7 63 42 64 42 61
Binary 10101000 10011101 1010011 0 111 110011 100010 110100 100010 110001

Color Harmonies of #A89D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89D53

Black with #A89D53

Text Example


Text Example

White with #A89D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89D53; }

 p { color: rgb(168,157,83); }

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

background-color css

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

 a { background-color: rgb(168,157,83); }

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

border-color css

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

 span { border-color: rgb(168,157,83); }

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