Html Css Color HEX #A39E4C Husk

📋 copy color: '#A39E4C'

red 163 ◦ green 158 ◦ blue 76

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

Shades of Husk #A39E4C

Tints of Husk #A39E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 41.06%
G = 39.8%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A39E4C (or 0xA39E4C) is known color: Husk. HEX triplet: A3, 9E and 4C. RGB value is (163,158,76). Sum of RGB (Red+Green+Blue) = 163+158+76=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E4C is #5C61B3. Grayscale: #969696. Windows color (decimal): -6054324 or 5021347. OLE color: 5021347.

HSL color Cylindrical-coordinate representation of color #A39E4C: hue angle of 56.55º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A39E4C is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 158 76 -
CMYK 0 0.03 0.53 0.36
HSL 56.55º 0.36% 0.47% -
HSV(B) 56.55º 0.53% 0.64% -
XYZ 28.64 32.76 11.65 -
YUV 150.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 163 158 76 0 0.03 0.53 0.36 56.55 0.36 0.47
Hex A3 9E 4C 0 3 35 24 39 24 2F
Octal 243 236 114 0 3 65 44 71 44 57
Binary 10100011 10011110 1001100 0 11 110101 100100 111001 100100 101111

Color Harmonies of #A39E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E4C

Black with #A39E4C

Text Example


Text Example

White with #A39E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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