Html Css Color HEX #A69299 Shady Lady

📋 copy color: '#A69299'

red 166 ◦ green 146 ◦ blue 153

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

Shades of Shady Lady #A69299

Tints of Shady Lady #A69299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 153 (60.16% from 255) = 32.9%

R = 35.7%
G = 31.4%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69299 (or 0xA69299) is known color: Shady Lady. HEX triplet: A6, 92 and 99. RGB value is (166,146,153). Sum of RGB (Red+Green+Blue) = 166+146+153=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69299 is #596D66. Grayscale: #989898. Windows color (decimal): -5860711 or 10064550. OLE color: 10064550.

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

Color convert

RGB 166 146 153 -
CMYK 0 0.12 0.08 0.35
HSL 339º 0.1% 0.61% -
HSV(B) 339º 0.12% 0.65% -
XYZ 31.75 30.96 34.44 -
YUV 152.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 166 146 153 0 0.12 0.08 0.35 339 0.1 0.61
Hex A6 92 99 0 C 8 23 153 A 3D
Octal 246 222 231 0 14 10 43 523 12 75
Binary 10100110 10010010 10011001 0 1100 1000 100011 101010011 1010 111101

Color Harmonies of #A69299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69299

Black with #A69299

Text Example


Text Example

White with #A69299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69299; }

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

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

background-color css

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

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

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

border-color css

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

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

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