Html Css Color HEX #A39557 Husk

📋 copy color: '#A39557'

red 163 ◦ green 149 ◦ blue 87

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

Shades of Husk #A39557

Tints of Husk #A39557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

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

R = 40.85%
G = 37.34%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A39557 (or 0xA39557) is known color: Husk. HEX triplet: A3, 95 and 57. RGB value is (163,149,87). Sum of RGB (Red+Green+Blue) = 163+149+87=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39557 is #5C6AA8. Grayscale: #929292. Windows color (decimal): -6056617 or 5739939. OLE color: 5739939.

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

Color convert

RGB 163 149 87 -
CMYK 0 0.09 0.47 0.36
HSL 48.95º 0.3% 0.49% -
HSV(B) 48.95º 0.47% 0.64% -
XYZ 27.57 29.97 13.35 -
YUV 146.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 163 149 87 0 0.09 0.47 0.36 48.95 0.3 0.49
Hex A3 95 57 0 9 2F 24 31 1E 31
Octal 243 225 127 0 11 57 44 61 36 61
Binary 10100011 10010101 1010111 0 1001 101111 100100 110001 11110 110001

Color Harmonies of #A39557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39557

Black with #A39557

Text Example


Text Example

White with #A39557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39557; }

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

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

background-color css

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

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

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

border-color css

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

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

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