Html Css Color HEX #A69499 Shady Lady

📋 copy color: '#A69499'

red 166 ◦ green 148 ◦ blue 153

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

Shades of Shady Lady #A69499

Tints of Shady Lady #A69499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 35.55%
G = 31.69%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69499 (or 0xA69499) is known color: Shady Lady. HEX triplet: A6, 94 and 99. RGB value is (166,148,153). Sum of RGB (Red+Green+Blue) = 166+148+153=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69499 is #596B66. Grayscale: #999999. Windows color (decimal): -5860199 or 10065062. OLE color: 10065062.

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

Color convert

RGB 166 148 153 -
CMYK 0 0.11 0.08 0.35
HSL 343.33º 0.09% 0.62% -
HSV(B) 343.33º 0.11% 0.65% -
XYZ 32.07 31.59 34.54 -
YUV 153.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 166 148 153 0 0.11 0.08 0.35 343.33 0.09 0.62
Hex A6 94 99 0 B 8 23 157 9 3E
Octal 246 224 231 0 13 10 43 527 11 76
Binary 10100110 10010100 10011001 0 1011 1000 100011 101010111 1001 111110

Color Harmonies of #A69499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69499

Black with #A69499

Text Example


Text Example

White with #A69499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69499; }

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

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

background-color css

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

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

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

border-color css

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

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

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