Html Css Color HEX #A69776 Tallow

📋 copy color: '#A69776'

red 166 ◦ green 151 ◦ blue 118

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

Shades of Tallow #A69776

Tints of Tallow #A69776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 38.16%
G = 34.71%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A69776 (or 0xA69776) is known color: Tallow. HEX triplet: A6, 97 and 76. RGB value is (166,151,118). Sum of RGB (Red+Green+Blue) = 166+151+118=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A69776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69776 is #596889. Grayscale: #979797. Windows color (decimal): -5859466 or 7772070. OLE color: 7772070.

HSL color Cylindrical-coordinate representation of color #A69776: hue angle of 41.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A69776 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 118 -
CMYK 0 0.09 0.29 0.35
HSL 41.25º 0.21% 0.56% -
HSV(B) 41.25º 0.29% 0.65% -
XYZ 30.06 31.55 21.64 -
YUV 151.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 166 151 118 0 0.09 0.29 0.35 41.25 0.21 0.56
Hex A6 97 76 0 9 1D 23 29 15 38
Octal 246 227 166 0 11 35 43 51 25 70
Binary 10100110 10010111 1110110 0 1001 11101 100011 101001 10101 111000

Color Harmonies of #A69776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69776

Black with #A69776

Text Example


Text Example

White with #A69776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69776; }

 p { color: rgb(166,151,118); }

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

background-color css

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

 a { background-color: rgb(166,151,118); }

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

border-color css

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

 span { border-color: rgb(166,151,118); }

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