Html Css Color HEX #A39855 Husk

📋 copy color: '#A39855'

red 163 ◦ green 152 ◦ blue 85

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

Shades of Husk #A39855

Tints of Husk #A39855

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

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

R = 40.75%
G = 38%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39855 (or 0xA39855) is known color: Husk. HEX triplet: A3, 98 and 55. RGB value is (163,152,85). Sum of RGB (Red+Green+Blue) = 163+152+85=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A39855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39855 is #5C67AA. Grayscale: #939393. Windows color (decimal): -6055851 or 5609635. OLE color: 5609635.

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

Color convert

RGB 163 152 85 -
CMYK 0 0.07 0.48 0.36
HSL 51.54º 0.31% 0.49% -
HSV(B) 51.54º 0.48% 0.64% -
XYZ 27.97 30.9 13.08 -
YUV 147.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 163 152 85 0 0.07 0.48 0.36 51.54 0.31 0.49
Hex A3 98 55 0 7 30 24 34 1F 31
Octal 243 230 125 0 7 60 44 64 37 61
Binary 10100011 10011000 1010101 0 111 110000 100100 110100 11111 110001

Color Harmonies of #A39855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39855

Black with #A39855

Text Example


Text Example

White with #A39855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39855; }

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

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

background-color css

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

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

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

border-color css

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

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

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