Html Css Color HEX #A39353 Husk

📋 copy color: '#A39353'

red 163 ◦ green 147 ◦ blue 83

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

Shades of Husk #A39353

Tints of Husk #A39353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.4%

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

R = 41.48%
G = 37.4%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A39353 (or 0xA39353) is known color: Husk. HEX triplet: A3, 93 and 53. RGB value is (163,147,83). Sum of RGB (Red+Green+Blue) = 163+147+83=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39353 is #5C6CAC. Grayscale: #909090. Windows color (decimal): -6057133 or 5477283. OLE color: 5477283.

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

Color convert

RGB 163 147 83 -
CMYK 0 0.10 0.49 0.36
HSL 48º 0.33% 0.48% -
HSV(B) 48º 0.49% 0.64% -
XYZ 27.1 29.28 12.41 -
YUV 144.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 163 147 83 0 0.10 0.49 0.36 48 0.33 0.48
Hex A3 93 53 0 A 31 24 30 21 30
Octal 243 223 123 0 12 61 44 60 41 60
Binary 10100011 10010011 1010011 0 1010 110001 100100 110000 100001 110000

Color Harmonies of #A39353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39353

Black with #A39353

Text Example


Text Example

White with #A39353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39353; }

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

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

background-color css

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

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

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

border-color css

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

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

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