Html Css Color HEX #A39458 Husk

📋 copy color: '#A39458'

red 163 ◦ green 148 ◦ blue 88

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

Shades of Husk #A39458

Tints of Husk #A39458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 40.85%
G = 37.09%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A39458 (or 0xA39458) is known color: Husk. HEX triplet: A3, 94 and 58. RGB value is (163,148,88). Sum of RGB (Red+Green+Blue) = 163+148+88=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39458 is #5C6BA7. Grayscale: #919191. Windows color (decimal): -6056872 or 5805219. OLE color: 5805219.

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

Color convert

RGB 163 148 88 -
CMYK 0 0.09 0.46 0.36
HSL 48º 0.3% 0.49% -
HSV(B) 48º 0.46% 0.64% -
XYZ 27.46 29.67 13.51 -
YUV 145.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 163 148 88 0 0.09 0.46 0.36 48 0.3 0.49
Hex A3 94 58 0 9 2E 24 30 1E 31
Octal 243 224 130 0 11 56 44 60 36 61
Binary 10100011 10010100 1011000 0 1001 101110 100100 110000 11110 110001

Color Harmonies of #A39458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39458

Black with #A39458

Text Example


Text Example

White with #A39458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39458; }

 p { color: rgb(163,148,88); }

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

background-color css

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

 a { background-color: rgb(163,148,88); }

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

border-color css

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

 span { border-color: rgb(163,148,88); }

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