Html Css Color HEX #A89746 Husk

📋 copy color: '#A89746'

red 168 ◦ green 151 ◦ blue 70

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

Shades of Husk #A89746

Tints of Husk #A89746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 43.19%
G = 38.82%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A89746 (or 0xA89746) is known color: Husk. HEX triplet: A8, 97 and 46. RGB value is (168,151,70). Sum of RGB (Red+Green+Blue) = 168+151+70=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A89746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89746 is #5768B9. Grayscale: #939393. Windows color (decimal): -5728442 or 4626344. OLE color: 4626344.

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

Color convert

RGB 168 151 70 -
CMYK 0 0.10 0.58 0.34
HSL 49.59º 0.41% 0.47% -
HSV(B) 49.59º 0.58% 0.66% -
XYZ 28.32 30.9 10.27 -
YUV 146.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 168 151 70 0 0.10 0.58 0.34 49.59 0.41 0.47
Hex A8 97 46 0 A 3A 22 32 29 2F
Octal 250 227 106 0 12 72 42 62 51 57
Binary 10101000 10010111 1000110 0 1010 111010 100010 110010 101001 101111

Color Harmonies of #A89746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89746

Black with #A89746

Text Example


Text Example

White with #A89746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89746; }

 p { color: rgb(168,151,70); }

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

background-color css

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

 a { background-color: rgb(168,151,70); }

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

border-color css

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

 span { border-color: rgb(168,151,70); }

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