Html Css Color HEX #A49672 Tallow

📋 copy color: '#A49672'

red 164 ◦ green 150 ◦ blue 114

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

Shades of Tallow #A49672

Tints of Tallow #A49672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.64%

R = 38.32%
G = 35.05%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49672 (or 0xA49672) is known color: Tallow. HEX triplet: A4, 96 and 72. RGB value is (164,150,114). Sum of RGB (Red+Green+Blue) = 164+150+114=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49672 is #5B698D. Grayscale: #969696. Windows color (decimal): -5990798 or 7509668. OLE color: 7509668.

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

Color convert

RGB 164 150 114 -
CMYK 0 0.09 0.30 0.36
HSL 43.2º 0.22% 0.55% -
HSV(B) 43.2º 0.3% 0.64% -
XYZ 29.25 30.92 20.35 -
YUV 150.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 164 150 114 0 0.09 0.30 0.36 43.2 0.22 0.55
Hex A4 96 72 0 9 1E 24 2B 16 37
Octal 244 226 162 0 11 36 44 53 26 67
Binary 10100100 10010110 1110010 0 1001 11110 100100 101011 10110 110111

Color Harmonies of #A49672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49672

Black with #A49672

Text Example


Text Example

White with #A49672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49672; }

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

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

background-color css

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

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

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

border-color css

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

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

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