Html Css Color HEX #A39252 Husk

📋 copy color: '#A39252'

red 163 ◦ green 146 ◦ blue 82

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

Shades of Husk #A39252

Tints of Husk #A39252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 41.69%
G = 37.34%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A39252 (or 0xA39252) is known color: Husk. HEX triplet: A3, 92 and 52. RGB value is (163,146,82). Sum of RGB (Red+Green+Blue) = 163+146+82=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A39252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39252 is #5C6DAD. Grayscale: #909090. Windows color (decimal): -6057390 or 5411491. OLE color: 5411491.

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

Color convert

RGB 163 146 82 -
CMYK 0 0.10 0.50 0.36
HSL 47.41º 0.33% 0.48% -
HSV(B) 47.41º 0.5% 0.64% -
XYZ 26.91 28.95 12.15 -
YUV 143.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 163 146 82 0 0.10 0.50 0.36 47.41 0.33 0.48
Hex A3 92 52 0 A 32 24 2F 21 30
Octal 243 222 122 0 12 62 44 57 41 60
Binary 10100011 10010010 1010010 0 1010 110010 100100 101111 100001 110000

Color Harmonies of #A39252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39252

Black with #A39252

Text Example


Text Example

White with #A39252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39252; }

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

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

background-color css

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

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

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

border-color css

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

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

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