Html Css Color HEX #A39653 Husk

📋 copy color: '#A39653'

red 163 ◦ green 150 ◦ blue 83

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

Shades of Husk #A39653

Tints of Husk #A39653

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 41.16%
G = 37.88%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A39653 (or 0xA39653) is known color: Husk. HEX triplet: A3, 96 and 53. RGB value is (163,150,83). Sum of RGB (Red+Green+Blue) = 163+150+83=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39653 is #5C69AC. Grayscale: #929292. Windows color (decimal): -6056365 or 5478051. OLE color: 5478051.

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

Color convert

RGB 163 150 83 -
CMYK 0 0.08 0.49 0.36
HSL 50.25º 0.33% 0.48% -
HSV(B) 50.25º 0.49% 0.64% -
XYZ 27.57 30.22 12.56 -
YUV 146.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 163 150 83 0 0.08 0.49 0.36 50.25 0.33 0.48
Hex A3 96 53 0 8 31 24 32 21 30
Octal 243 226 123 0 10 61 44 62 41 60
Binary 10100011 10010110 1010011 0 1000 110001 100100 110010 100001 110000

Color Harmonies of #A39653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39653

Black with #A39653

Text Example


Text Example

White with #A39653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39653; }

 p { color: rgb(163,150,83); }

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

background-color css

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

 a { background-color: rgb(163,150,83); }

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

border-color css

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

 span { border-color: rgb(163,150,83); }

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