Html Css Color HEX #A39656 Husk

📋 copy color: '#A39656'

red 163 ◦ green 150 ◦ blue 86

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

Shades of Husk #A39656

Tints of Husk #A39656

RGB

 RED value IS 163 (64.06% from 255) = 40.85%

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

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 40.85%
G = 37.59%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A39656 (or 0xA39656) is known color: Husk. HEX triplet: A3, 96 and 56. RGB value is (163,150,86). Sum of RGB (Red+Green+Blue) = 163+150+86=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39656 is #5C69A9. Grayscale: #929292. Windows color (decimal): -6056362 or 5674659. OLE color: 5674659.

HSL color Cylindrical-coordinate representation of color #A39656: hue angle of 49.87º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A39656 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 86 -
CMYK 0 0.08 0.47 0.36
HSL 49.87º 0.31% 0.49% -
HSV(B) 49.87º 0.47% 0.64% -
XYZ 27.69 30.27 13.19 -
YUV 146.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 163 150 86 0 0.08 0.47 0.36 49.87 0.31 0.49
Hex A3 96 56 0 8 2F 24 32 1F 31
Octal 243 226 126 0 10 57 44 62 37 61
Binary 10100011 10010110 1010110 0 1000 101111 100100 110010 11111 110001

Color Harmonies of #A39656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39656

Black with #A39656

Text Example


Text Example

White with #A39656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39656; }

 p { color: rgb(163,150,86); }

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

background-color css

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

 a { background-color: rgb(163,150,86); }

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

border-color css

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

 span { border-color: rgb(163,150,86); }

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