Html Css Color HEX #A49666 Tallow

📋 copy color: '#A49666'

red 164 ◦ green 150 ◦ blue 102

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

Shades of Tallow #A49666

Tints of Tallow #A49666

RGB

 RED value IS 164 (64.45% from 255) = 39.42%

 GREEN value IS 150 (58.98% from 255) = 36.06%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 39.42%
G = 36.06%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49666 (or 0xA49666) is known color: Tallow. HEX triplet: A4, 96 and 66. RGB value is (164,150,102). Sum of RGB (Red+Green+Blue) = 164+150+102=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A49666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49666 is #5B6999. Grayscale: #949494. Windows color (decimal): -5990810 or 6723236. OLE color: 6723236.

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

Color convert

RGB 164 150 102 -
CMYK 0 0.09 0.38 0.36
HSL 46.45º 0.25% 0.52% -
HSV(B) 46.45º 0.38% 0.64% -
XYZ 28.61 30.66 16.98 -
YUV 148.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 164 150 102 0 0.09 0.38 0.36 46.45 0.25 0.52
Hex A4 96 66 0 9 26 24 2E 19 34
Octal 244 226 146 0 11 46 44 56 31 64
Binary 10100100 10010110 1100110 0 1001 100110 100100 101110 11001 110100

Color Harmonies of #A49666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49666

Black with #A49666

Text Example


Text Example

White with #A49666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49666; }

 p { color: rgb(164,150,102); }

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

background-color css

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

 a { background-color: rgb(164,150,102); }

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

border-color css

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

 span { border-color: rgb(164,150,102); }

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