Html Css Color HEX #A39253 Husk

📋 copy color: '#A39253'

red 163 ◦ green 146 ◦ blue 83

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

Shades of Husk #A39253

Tints of Husk #A39253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

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

R = 41.58%
G = 37.24%
B = 21.17%

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

#A39253 (or 0xA39253) is known color: Husk. HEX triplet: A3, 92 and 53. RGB value is (163,146,83). Sum of RGB (Red+Green+Blue) = 163+146+83=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A39253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39253 is #5C6DAC. Grayscale: #909090. Windows color (decimal): -6057389 or 5477027. OLE color: 5477027.

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

Color convert

RGB 163 146 83 -
CMYK 0 0.10 0.49 0.36
HSL 47.25º 0.33% 0.48% -
HSV(B) 47.25º 0.49% 0.64% -
XYZ 26.94 28.97 12.36 -
YUV 143.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 163 146 83 0 0.10 0.49 0.36 47.25 0.33 0.48
Hex A3 92 53 0 A 31 24 2F 21 30
Octal 243 222 123 0 12 61 44 57 41 60
Binary 10100011 10010010 1010011 0 1010 110001 100100 101111 100001 110000

Color Harmonies of #A39253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39253

Black with #A39253

Text Example


Text Example

White with #A39253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39253; }

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

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

background-color css

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

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

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

border-color css

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

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

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