Html Css Color HEX #A39E55 Husk

📋 copy color: '#A39E55'

red 163 ◦ green 158 ◦ blue 85

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

Shades of Husk #A39E55

Tints of Husk #A39E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.92%

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

R = 40.15%
G = 38.92%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39E55 (or 0xA39E55) is known color: Husk. HEX triplet: A3, 9E and 55. RGB value is (163,158,85). Sum of RGB (Red+Green+Blue) = 163+158+85=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39E55 is #5C61AA. Grayscale: #979797. Windows color (decimal): -6054315 or 5611171. OLE color: 5611171.

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

Color convert

RGB 163 158 85 -
CMYK 0 0.03 0.48 0.36
HSL 56.15º 0.31% 0.49% -
HSV(B) 56.15º 0.48% 0.64% -
XYZ 28.97 32.9 13.42 -
YUV 151.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 163 158 85 0 0.03 0.48 0.36 56.15 0.31 0.49
Hex A3 9E 55 0 3 30 24 38 1F 31
Octal 243 236 125 0 3 60 44 70 37 61
Binary 10100011 10011110 1010101 0 11 110000 100100 111000 11111 110001

Color Harmonies of #A39E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E55

Black with #A39E55

Text Example


Text Example

White with #A39E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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