Html Css Color HEX #A69961 Tallow

📋 copy color: '#A69961'

red 166 ◦ green 153 ◦ blue 97

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

Shades of Tallow #A69961

Tints of Tallow #A69961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.32%

R = 39.9%
G = 36.78%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A69961 (or 0xA69961) is known color: Tallow. HEX triplet: A6, 99 and 61. RGB value is (166,153,97). Sum of RGB (Red+Green+Blue) = 166+153+97=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69961 is #59669E. Grayscale: #969696. Windows color (decimal): -5858975 or 6396326. OLE color: 6396326.

HSL color Cylindrical-coordinate representation of color #A69961: hue angle of 48.7º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A69961 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 97 -
CMYK 0 0.08 0.42 0.35
HSL 48.7º 0.28% 0.52% -
HSV(B) 48.7º 0.42% 0.65% -
XYZ 29.27 31.75 15.9 -
YUV 150.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 166 153 97 0 0.08 0.42 0.35 48.7 0.28 0.52
Hex A6 99 61 0 8 2A 23 31 1C 34
Octal 246 231 141 0 10 52 43 61 34 64
Binary 10100110 10011001 1100001 0 1000 101010 100011 110001 11100 110100

Color Harmonies of #A69961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69961

Black with #A69961

Text Example


Text Example

White with #A69961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69961; }

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

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

background-color css

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

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

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

border-color css

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

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

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