Html Css Color HEX #A39657 Husk

📋 copy color: '#A39657'

red 163 ◦ green 150 ◦ blue 87

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

Shades of Husk #A39657

Tints of Husk #A39657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.75%

R = 40.75%
G = 37.5%
B = 21.75%

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

#A39657 (or 0xA39657) is known color: Husk. HEX triplet: A3, 96 and 57. RGB value is (163,150,87). Sum of RGB (Red+Green+Blue) = 163+150+87=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A39657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39657 is #5C69A8. Grayscale: #929292. Windows color (decimal): -6056361 or 5740195. OLE color: 5740195.

HSL color Cylindrical-coordinate representation of color #A39657: hue angle of 49.74º degrees, saturation: 0.3, 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 #A39657 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 87 -
CMYK 0 0.08 0.47 0.36
HSL 49.74º 0.3% 0.49% -
HSV(B) 49.74º 0.47% 0.64% -
XYZ 27.73 30.29 13.4 -
YUV 146.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 163 150 87 0 0.08 0.47 0.36 49.74 0.3 0.49
Hex A3 96 57 0 8 2F 24 32 1E 31
Octal 243 226 127 0 10 57 44 62 36 61
Binary 10100011 10010110 1010111 0 1000 101111 100100 110010 11110 110001

Color Harmonies of #A39657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39657

Black with #A39657

Text Example


Text Example

White with #A39657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39657; }

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

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

background-color css

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

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

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

border-color css

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

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

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