Html Css Color HEX #A39355 Husk

📋 copy color: '#A39355'

red 163 ◦ green 147 ◦ blue 85

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

Shades of Husk #A39355

Tints of Husk #A39355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 41.27%
G = 37.22%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39355 (or 0xA39355) is known color: Husk. HEX triplet: A3, 93 and 55. RGB value is (163,147,85). Sum of RGB (Red+Green+Blue) = 163+147+85=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39355 is #5C6CAA. Grayscale: #909090. Windows color (decimal): -6057131 or 5608355. OLE color: 5608355.

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

Color convert

RGB 163 147 85 -
CMYK 0 0.10 0.48 0.36
HSL 47.69º 0.31% 0.49% -
HSV(B) 47.69º 0.48% 0.64% -
XYZ 27.18 29.31 12.82 -
YUV 144.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 163 147 85 0 0.10 0.48 0.36 47.69 0.31 0.49
Hex A3 93 55 0 A 30 24 30 1F 31
Octal 243 223 125 0 12 60 44 60 37 61
Binary 10100011 10010011 1010101 0 1010 110000 100100 110000 11111 110001

Color Harmonies of #A39355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39355

Black with #A39355

Text Example


Text Example

White with #A39355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39355; }

 p { color: rgb(163,147,85); }

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

background-color css

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

 a { background-color: rgb(163,147,85); }

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

border-color css

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

 span { border-color: rgb(163,147,85); }

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