Html Css Color HEX #A39850 Husk

📋 copy color: '#A39850'

red 163 ◦ green 152 ◦ blue 80

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

Shades of Husk #A39850

Tints of Husk #A39850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 41.27%
G = 38.48%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A39850 (or 0xA39850) is known color: Husk. HEX triplet: A3, 98 and 50. RGB value is (163,152,80). Sum of RGB (Red+Green+Blue) = 163+152+80=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39850 is #5C67AF. Grayscale: #939393. Windows color (decimal): -6055856 or 5281955. OLE color: 5281955.

HSL color Cylindrical-coordinate representation of color #A39850: hue angle of 52.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A39850 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 80 -
CMYK 0 0.07 0.51 0.36
HSL 52.05º 0.34% 0.48% -
HSV(B) 52.05º 0.51% 0.64% -
XYZ 27.78 30.82 12.07 -
YUV 147.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 163 152 80 0 0.07 0.51 0.36 52.05 0.34 0.48
Hex A3 98 50 0 7 33 24 34 22 30
Octal 243 230 120 0 7 63 44 64 42 60
Binary 10100011 10011000 1010000 0 111 110011 100100 110100 100010 110000

Color Harmonies of #A39850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39850

Black with #A39850

Text Example


Text Example

White with #A39850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39850; }

 p { color: rgb(163,152,80); }

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

background-color css

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

 a { background-color: rgb(163,152,80); }

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

border-color css

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

 span { border-color: rgb(163,152,80); }

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