Html Css Color HEX #A69571 Tallow

📋 copy color: '#A69571'

red 166 ◦ green 149 ◦ blue 113

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

Shades of Tallow #A69571

Tints of Tallow #A69571

RGB

 RED value IS 166 (65.23% from 255) = 38.79%

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 38.79%
G = 34.81%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A69571 (or 0xA69571) is known color: Tallow. HEX triplet: A6, 95 and 71. RGB value is (166,149,113). Sum of RGB (Red+Green+Blue) = 166+149+113=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A69571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69571 is #596A8E. Grayscale: #969696. Windows color (decimal): -5859983 or 7443878. OLE color: 7443878.

HSL color Cylindrical-coordinate representation of color #A69571: hue angle of 40.75º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A69571 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 113 -
CMYK 0 0.10 0.32 0.35
HSL 40.75º 0.23% 0.55% -
HSV(B) 40.75º 0.32% 0.65% -
XYZ 29.45 30.79 20.01 -
YUV 149.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 166 149 113 0 0.10 0.32 0.35 40.75 0.23 0.55
Hex A6 95 71 0 A 20 23 29 17 37
Octal 246 225 161 0 12 40 43 51 27 67
Binary 10100110 10010101 1110001 0 1010 100000 100011 101001 10111 110111

Color Harmonies of #A69571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69571

Black with #A69571

Text Example


Text Example

White with #A69571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69571; }

 p { color: rgb(166,149,113); }

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

background-color css

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

 a { background-color: rgb(166,149,113); }

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

border-color css

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

 span { border-color: rgb(166,149,113); }

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