Html Css Color HEX #A89D50 Husk

📋 copy color: '#A89D50'

red 168 ◦ green 157 ◦ blue 80

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

Shades of Husk #A89D50

Tints of Husk #A89D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 41.48%
G = 38.77%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A89D50 (or 0xA89D50) is known color: Husk. HEX triplet: A8, 9D and 50. RGB value is (168,157,80). Sum of RGB (Red+Green+Blue) = 168+157+80=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D50 is #5762AF. Grayscale: #979797. Windows color (decimal): -5726896 or 5283240. OLE color: 5283240.

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

Color convert

RGB 168 157 80 -
CMYK 0 0.07 0.52 0.34
HSL 52.5º 0.35% 0.49% -
HSV(B) 52.5º 0.52% 0.66% -
XYZ 29.65 33.02 12.4 -
YUV 151.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 168 157 80 0 0.07 0.52 0.34 52.5 0.35 0.49
Hex A8 9D 50 0 7 34 22 34 23 31
Octal 250 235 120 0 7 64 42 64 43 61
Binary 10101000 10011101 1010000 0 111 110100 100010 110100 100011 110001

Color Harmonies of #A89D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89D50

Black with #A89D50

Text Example


Text Example

White with #A89D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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