Html Css Color HEX #A6985E Husk

📋 copy color: '#A6985E'

red 166 ◦ green 152 ◦ blue 94

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

Shades of Husk #A6985E

Tints of Husk #A6985E

RGB

 RED value IS 166 (65.23% from 255) = 40.29%

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 40.29%
G = 36.89%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6985E (or 0xA6985E) is known color: Husk. HEX triplet: A6, 98 and 5E. RGB value is (166,152,94). Sum of RGB (Red+Green+Blue) = 166+152+94=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6985E is #5967A1. Grayscale: #959595. Windows color (decimal): -5859234 or 6199462. OLE color: 6199462.

HSL color Cylindrical-coordinate representation of color #A6985E: hue angle of 48.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6985E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 94 -
CMYK 0 0.08 0.43 0.35
HSL 48.33º 0.29% 0.51% -
HSV(B) 48.33º 0.43% 0.65% -
XYZ 28.97 31.37 15.12 -
YUV 149.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 166 152 94 0 0.08 0.43 0.35 48.33 0.29 0.51
Hex A6 98 5E 0 8 2B 23 30 1D 33
Octal 246 230 136 0 10 53 43 60 35 63
Binary 10100110 10011000 1011110 0 1000 101011 100011 110000 11101 110011

Color Harmonies of #A6985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6985E

Black with #A6985E

Text Example


Text Example

White with #A6985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6985E; }

 p { color: rgb(166,152,94); }

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

background-color css

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

 a { background-color: rgb(166,152,94); }

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

border-color css

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

 span { border-color: rgb(166,152,94); }

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