Html Css Color HEX #A39456 Husk

📋 copy color: '#A39456'

red 163 ◦ green 148 ◦ blue 86

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

Shades of Husk #A39456

Tints of Husk #A39456

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 41.06%
G = 37.28%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A39456 (or 0xA39456) is known color: Husk. HEX triplet: A3, 94 and 56. RGB value is (163,148,86). Sum of RGB (Red+Green+Blue) = 163+148+86=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39456 is #5C6BA9. Grayscale: #919191. Windows color (decimal): -6056874 or 5674147. OLE color: 5674147.

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

Color convert

RGB 163 148 86 -
CMYK 0 0.09 0.47 0.36
HSL 48.31º 0.31% 0.49% -
HSV(B) 48.31º 0.47% 0.64% -
XYZ 27.37 29.64 13.08 -
YUV 145.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 163 148 86 0 0.09 0.47 0.36 48.31 0.31 0.49
Hex A3 94 56 0 9 2F 24 30 1F 31
Octal 243 224 126 0 11 57 44 60 37 61
Binary 10100011 10010100 1010110 0 1001 101111 100100 110000 11111 110001

Color Harmonies of #A39456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39456

Black with #A39456

Text Example


Text Example

White with #A39456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39456; }

 p { color: rgb(163,148,86); }

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

background-color css

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

 a { background-color: rgb(163,148,86); }

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

border-color css

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

 span { border-color: rgb(163,148,86); }

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