Html Css Color HEX #A39948 Husk

📋 copy color: '#A39948'

red 163 ◦ green 153 ◦ blue 72

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

Shades of Husk #A39948

Tints of Husk #A39948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 42.01%
G = 39.43%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A39948 (or 0xA39948) is known color: Husk. HEX triplet: A3, 99 and 48. RGB value is (163,153,72). Sum of RGB (Red+Green+Blue) = 163+153+72=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39948 is #5C66B7. Grayscale: #939393. Windows color (decimal): -6055608 or 4757923. OLE color: 4757923.

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

Color convert

RGB 163 153 72 -
CMYK 0 0.06 0.56 0.36
HSL 53.41º 0.39% 0.46% -
HSV(B) 53.41º 0.56% 0.64% -
XYZ 27.67 31.04 10.66 -
YUV 146.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 163 153 72 0 0.06 0.56 0.36 53.41 0.39 0.46
Hex A3 99 48 0 6 38 24 35 27 2E
Octal 243 231 110 0 6 70 44 65 47 56
Binary 10100011 10011001 1001000 0 110 111000 100100 110101 100111 101110

Color Harmonies of #A39948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39948

Black with #A39948

Text Example


Text Example

White with #A39948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39948; }

 p { color: rgb(163,153,72); }

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

background-color css

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

 a { background-color: rgb(163,153,72); }

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

border-color css

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

 span { border-color: rgb(163,153,72); }

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