Html Css Color HEX #A39476 Tallow

📋 copy color: '#A39476'

red 163 ◦ green 148 ◦ blue 118

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

Shades of Tallow #A39476

Tints of Tallow #A39476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 38%
G = 34.5%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A39476 (or 0xA39476) is known color: Tallow. HEX triplet: A3, 94 and 76. RGB value is (163,148,118). Sum of RGB (Red+Green+Blue) = 163+148+118=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A39476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39476 is #5C6B89. Grayscale: #959595. Windows color (decimal): -6056842 or 7771299. OLE color: 7771299.

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

Color convert

RGB 163 148 118 -
CMYK 0 0.09 0.28 0.36
HSL 40º 0.2% 0.55% -
HSV(B) 40º 0.28% 0.64% -
XYZ 28.96 30.27 21.46 -
YUV 149.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 163 148 118 0 0.09 0.28 0.36 40 0.2 0.55
Hex A3 94 76 0 9 1C 24 28 14 37
Octal 243 224 166 0 11 34 44 50 24 67
Binary 10100011 10010100 1110110 0 1001 11100 100100 101000 10100 110111

Color Harmonies of #A39476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39476

Black with #A39476

Text Example


Text Example

White with #A39476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39476; }

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

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

background-color css

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

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

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

border-color css

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

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

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