Html Css Color HEX #A39474 Tallow

📋 copy color: '#A39474'

red 163 ◦ green 148 ◦ blue 116

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

Shades of Tallow #A39474

Tints of Tallow #A39474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 38.17%
G = 34.66%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A39474 (or 0xA39474) is known color: Tallow. HEX triplet: A3, 94 and 74. RGB value is (163,148,116). Sum of RGB (Red+Green+Blue) = 163+148+116=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A39474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39474 is #5C6B8B. Grayscale: #949494. Windows color (decimal): -6056844 or 7640227. OLE color: 7640227.

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

Color convert

RGB 163 148 116 -
CMYK 0 0.09 0.29 0.36
HSL 40.85º 0.2% 0.55% -
HSV(B) 40.85º 0.29% 0.64% -
XYZ 28.85 30.23 20.84 -
YUV 148.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 163 148 116 0 0.09 0.29 0.36 40.85 0.2 0.55
Hex A3 94 74 0 9 1D 24 29 14 37
Octal 243 224 164 0 11 35 44 51 24 67
Binary 10100011 10010100 1110100 0 1001 11101 100100 101001 10100 110111

Color Harmonies of #A39474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39474

Black with #A39474

Text Example


Text Example

White with #A39474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39474; }

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

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

background-color css

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

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

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

border-color css

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

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

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