Html Css Color HEX #A89C49 Husk

📋 copy color: '#A89C49'

red 168 ◦ green 156 ◦ blue 73

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

Shades of Husk #A89C49

Tints of Husk #A89C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 42.32%
G = 39.29%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A89C49 (or 0xA89C49) is known color: Husk. HEX triplet: A8, 9C and 49. RGB value is (168,156,73). Sum of RGB (Red+Green+Blue) = 168+156+73=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C49 is #5763B6. Grayscale: #969696. Windows color (decimal): -5727159 or 4824232. OLE color: 4824232.

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

Color convert

RGB 168 156 73 -
CMYK 0 0.07 0.57 0.34
HSL 52.42º 0.39% 0.47% -
HSV(B) 52.42º 0.57% 0.66% -
XYZ 29.24 32.58 11.05 -
YUV 150.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 168 156 73 0 0.07 0.57 0.34 52.42 0.39 0.47
Hex A8 9C 49 0 7 39 22 34 27 2F
Octal 250 234 111 0 7 71 42 64 47 57
Binary 10101000 10011100 1001001 0 111 111001 100010 110100 100111 101111

Color Harmonies of #A89C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89C49

Black with #A89C49

Text Example


Text Example

White with #A89C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89C49; }

 p { color: rgb(168,156,73); }

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

background-color css

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

 a { background-color: rgb(168,156,73); }

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

border-color css

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

 span { border-color: rgb(168,156,73); }

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