Html Css Color HEX #A69970 Tallow

📋 copy color: '#A69970'

red 166 ◦ green 153 ◦ blue 112

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

Shades of Tallow #A69970

Tints of Tallow #A69970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.5%

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

R = 38.52%
G = 35.5%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A69970 (or 0xA69970) is known color: Tallow. HEX triplet: A6, 99 and 70. RGB value is (166,153,112). Sum of RGB (Red+Green+Blue) = 166+153+112=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A69970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69970 is #59668F. Grayscale: #989898. Windows color (decimal): -5858960 or 7379366. OLE color: 7379366.

HSL color Cylindrical-coordinate representation of color #A69970: hue angle of 45.56º 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 #A69970 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 112 -
CMYK 0 0.08 0.33 0.35
HSL 45.56º 0.23% 0.55% -
HSV(B) 45.56º 0.33% 0.65% -
XYZ 30.04 32.06 19.93 -
YUV 152.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 166 153 112 0 0.08 0.33 0.35 45.56 0.23 0.55
Hex A6 99 70 0 8 21 23 2E 17 37
Octal 246 231 160 0 10 41 43 56 27 67
Binary 10100110 10011001 1110000 0 1000 100001 100011 101110 10111 110111

Color Harmonies of #A69970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69970

Black with #A69970

Text Example


Text Example

White with #A69970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69970; }

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

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

background-color css

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

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

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

border-color css

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

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

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