Html Css Color HEX #A39A58 Husk

📋 copy color: '#A39A58'

red 163 ◦ green 154 ◦ blue 88

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

Shades of Husk #A39A58

Tints of Husk #A39A58

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

 BLUE value IS 88 (34.77% from 255) = 21.73%

R = 40.25%
G = 38.02%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A39A58 (or 0xA39A58) is known color: Husk. HEX triplet: A3, 9A and 58. RGB value is (163,154,88). Sum of RGB (Red+Green+Blue) = 163+154+88=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A58 is #5C65A7. Grayscale: #959595. Windows color (decimal): -6055336 or 5806755. OLE color: 5806755.

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

Color convert

RGB 163 154 88 -
CMYK 0 0.06 0.46 0.36
HSL 52.8º 0.3% 0.49% -
HSV(B) 52.8º 0.46% 0.64% -
XYZ 28.42 31.6 13.83 -
YUV 149.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 163 154 88 0 0.06 0.46 0.36 52.8 0.3 0.49
Hex A3 9A 58 0 6 2E 24 35 1E 31
Octal 243 232 130 0 6 56 44 65 36 61
Binary 10100011 10011010 1011000 0 110 101110 100100 110101 11110 110001

Color Harmonies of #A39A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A58

Black with #A39A58

Text Example


Text Example

White with #A39A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A58; }

 p { color: rgb(163,154,88); }

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

background-color css

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

 a { background-color: rgb(163,154,88); }

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

border-color css

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

 span { border-color: rgb(163,154,88); }

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