Html Css Color HEX #A69570 Tallow

📋 copy color: '#A69570'

red 166 ◦ green 149 ◦ blue 112

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

Shades of Tallow #A69570

Tints of Tallow #A69570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 38.88%
G = 34.89%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A69570 (or 0xA69570) is known color: Tallow. HEX triplet: A6, 95 and 70. RGB value is (166,149,112). Sum of RGB (Red+Green+Blue) = 166+149+112=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A69570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69570 is #596A8F. Grayscale: #969696. Windows color (decimal): -5859984 or 7378342. OLE color: 7378342.

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

Color convert

RGB 166 149 112 -
CMYK 0 0.10 0.33 0.35
HSL 41.11º 0.23% 0.55% -
HSV(B) 41.11º 0.33% 0.65% -
XYZ 29.4 30.77 19.72 -
YUV 149.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 166 149 112 0 0.10 0.33 0.35 41.11 0.23 0.55
Hex A6 95 70 0 A 21 23 29 17 37
Octal 246 225 160 0 12 41 43 51 27 67
Binary 10100110 10010101 1110000 0 1010 100001 100011 101001 10111 110111

Color Harmonies of #A69570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69570

Black with #A69570

Text Example


Text Example

White with #A69570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69570; }

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

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

background-color css

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

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

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

border-color css

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

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

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