Html Css Color HEX #A89849 Husk

📋 copy color: '#A89849'

red 168 ◦ green 152 ◦ blue 73

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

Shades of Husk #A89849

Tints of Husk #A89849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

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

R = 42.75%
G = 38.68%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A89849 (or 0xA89849) is known color: Husk. HEX triplet: A8, 98 and 49. RGB value is (168,152,73). Sum of RGB (Red+Green+Blue) = 168+152+73=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A89849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89849 is #5767B6. Grayscale: #949494. Windows color (decimal): -5728183 or 4823208. OLE color: 4823208.

HSL color Cylindrical-coordinate representation of color #A89849: hue angle of 49.89º 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 #A89849 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 152 73 -
CMYK 0 0.10 0.57 0.34
HSL 49.89º 0.39% 0.47% -
HSV(B) 49.89º 0.57% 0.66% -
XYZ 28.58 31.26 10.83 -
YUV 147.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 168 152 73 0 0.10 0.57 0.34 49.89 0.39 0.47
Hex A8 98 49 0 A 39 22 32 27 2F
Octal 250 230 111 0 12 71 42 62 47 57
Binary 10101000 10011000 1001001 0 1010 111001 100010 110010 100111 101111

Color Harmonies of #A89849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89849

Black with #A89849

Text Example


Text Example

White with #A89849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89849; }

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

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

background-color css

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

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

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

border-color css

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

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

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