Html Css Color HEX #A69B63 Tallow

📋 copy color: '#A69B63'

red 166 ◦ green 155 ◦ blue 99

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

Shades of Tallow #A69B63

Tints of Tallow #A69B63

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 39.52%
G = 36.9%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A69B63 (or 0xA69B63) is known color: Tallow. HEX triplet: A6, 9B and 63. RGB value is (166,155,99). Sum of RGB (Red+Green+Blue) = 166+155+99=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B63 is #59649C. Grayscale: #989898. Windows color (decimal): -5858461 or 6527910. OLE color: 6527910.

HSL color Cylindrical-coordinate representation of color #A69B63: hue angle of 50.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A69B63 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 155 99 -
CMYK 0 0.07 0.40 0.35
HSL 50.15º 0.27% 0.52% -
HSV(B) 50.15º 0.4% 0.65% -
XYZ 29.7 32.45 16.5 -
YUV 151.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 166 155 99 0 0.07 0.40 0.35 50.15 0.27 0.52
Hex A6 9B 63 0 7 28 23 32 1B 34
Octal 246 233 143 0 7 50 43 62 33 64
Binary 10100110 10011011 1100011 0 111 101000 100011 110010 11011 110100

Color Harmonies of #A69B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B63

Black with #A69B63

Text Example


Text Example

White with #A69B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B63; }

 p { color: rgb(166,155,99); }

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

background-color css

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

 a { background-color: rgb(166,155,99); }

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

border-color css

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

 span { border-color: rgb(166,155,99); }

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