Html Css Color HEX #A89647 Husk

📋 copy color: '#A89647'

red 168 ◦ green 150 ◦ blue 71

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

Shades of Husk #A89647

Tints of Husk #A89647

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 71 (28.13% from 255) = 18.25%

R = 43.19%
G = 38.56%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A89647 (or 0xA89647) is known color: Husk. HEX triplet: A8, 96 and 47. RGB value is (168,150,71). Sum of RGB (Red+Green+Blue) = 168+150+71=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A89647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89647 is #5769B8. Grayscale: #929292. Windows color (decimal): -5728697 or 4691624. OLE color: 4691624.

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

Color convert

RGB 168 150 71 -
CMYK 0 0.11 0.58 0.34
HSL 48.87º 0.41% 0.47% -
HSV(B) 48.87º 0.58% 0.66% -
XYZ 28.19 30.59 10.38 -
YUV 146.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 168 150 71 0 0.11 0.58 0.34 48.87 0.41 0.47
Hex A8 96 47 0 B 3A 22 31 29 2F
Octal 250 226 107 0 13 72 42 61 51 57
Binary 10101000 10010110 1000111 0 1011 111010 100010 110001 101001 101111

Color Harmonies of #A89647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89647

Black with #A89647

Text Example


Text Example

White with #A89647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89647; }

 p { color: rgb(168,150,71); }

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

background-color css

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

 a { background-color: rgb(168,150,71); }

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

border-color css

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

 span { border-color: rgb(168,150,71); }

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