Html Css Color HEX #A49572 Tallow

📋 copy color: '#A49572'

red 164 ◦ green 149 ◦ blue 114

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

Shades of Tallow #A49572

Tints of Tallow #A49572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 38.41%
G = 34.89%
B = 26.7%

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

#A49572 (or 0xA49572) is known color: Tallow. HEX triplet: A4, 95 and 72. RGB value is (164,149,114). Sum of RGB (Red+Green+Blue) = 164+149+114=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49572 is #5B6A8D. Grayscale: #959595. Windows color (decimal): -5991054 or 7509412. OLE color: 7509412.

HSL color Cylindrical-coordinate representation of color #A49572: hue angle of 42º 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 #A49572 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 114 -
CMYK 0 0.09 0.30 0.36
HSL 42º 0.22% 0.55% -
HSV(B) 42º 0.3% 0.64% -
XYZ 29.09 30.6 20.29 -
YUV 149.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 164 149 114 0 0.09 0.30 0.36 42 0.22 0.55
Hex A4 95 72 0 9 1E 24 2A 16 37
Octal 244 225 162 0 11 36 44 52 26 67
Binary 10100100 10010101 1110010 0 1001 11110 100100 101010 10110 110111

Color Harmonies of #A49572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49572

Black with #A49572

Text Example


Text Example

White with #A49572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49572; }

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

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

background-color css

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

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

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

border-color css

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

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

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