Html Css Color HEX #A39555 Husk

📋 copy color: '#A39555'

red 163 ◦ green 149 ◦ blue 85

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

Shades of Husk #A39555

Tints of Husk #A39555

RGB

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

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

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

R = 41.06%
G = 37.53%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39555 (or 0xA39555) is known color: Husk. HEX triplet: A3, 95 and 55. RGB value is (163,149,85). Sum of RGB (Red+Green+Blue) = 163+149+85=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39555 is #5C6AAA. Grayscale: #929292. Windows color (decimal): -6056619 or 5608867. OLE color: 5608867.

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

Color convert

RGB 163 149 85 -
CMYK 0 0.09 0.48 0.36
HSL 49.23º 0.31% 0.49% -
HSV(B) 49.23º 0.48% 0.64% -
XYZ 27.49 29.94 12.92 -
YUV 145.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 163 149 85 0 0.09 0.48 0.36 49.23 0.31 0.49
Hex A3 95 55 0 9 30 24 31 1F 31
Octal 243 225 125 0 11 60 44 61 37 61
Binary 10100011 10010101 1010101 0 1001 110000 100100 110001 11111 110001

Color Harmonies of #A39555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39555

Black with #A39555

Text Example


Text Example

White with #A39555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39555; }

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

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

background-color css

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

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

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

border-color css

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

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

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