Html Css Color HEX #A39A4D Husk

📋 copy color: '#A39A4D'

red 163 ◦ green 154 ◦ blue 77

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

Shades of Husk #A39A4D

Tints of Husk #A39A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 41.37%
G = 39.09%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A39A4D (or 0xA39A4D) is known color: Husk. HEX triplet: A3, 9A and 4D. RGB value is (163,154,77). Sum of RGB (Red+Green+Blue) = 163+154+77=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A4D is #5C65B2. Grayscale: #949494. Windows color (decimal): -6055347 or 5085859. OLE color: 5085859.

HSL color Cylindrical-coordinate representation of color #A39A4D: hue angle of 53.72º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A39A4D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 154 77 -
CMYK 0 0.06 0.53 0.36
HSL 53.72º 0.36% 0.47% -
HSV(B) 53.72º 0.53% 0.64% -
XYZ 28 31.43 11.61 -
YUV 147.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 163 154 77 0 0.06 0.53 0.36 53.72 0.36 0.47
Hex A3 9A 4D 0 6 35 24 36 24 2F
Octal 243 232 115 0 6 65 44 66 44 57
Binary 10100011 10011010 1001101 0 110 110101 100100 110110 100100 101111

Color Harmonies of #A39A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A4D

Black with #A39A4D

Text Example


Text Example

White with #A39A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A4D; }

 p { color: rgb(163,154,77); }

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

background-color css

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

 a { background-color: rgb(163,154,77); }

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

border-color css

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

 span { border-color: rgb(163,154,77); }

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