Html Css Color HEX #A69598 Shady Lady

📋 copy color: '#A69598'

red 166 ◦ green 149 ◦ blue 152

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

Shades of Shady Lady #A69598

Tints of Shady Lady #A69598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 35.55%
G = 31.91%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69598 (or 0xA69598) is known color: Shady Lady. HEX triplet: A6, 95 and 98. RGB value is (166,149,152). Sum of RGB (Red+Green+Blue) = 166+149+152=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69598 is #596A67. Grayscale: #9A9A9A. Windows color (decimal): -5859944 or 9999782. OLE color: 9999782.

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

Color convert

RGB 166 149 152 -
CMYK 0 0.10 0.08 0.35
HSL 349.41º 0.09% 0.62% -
HSV(B) 349.41º 0.1% 0.65% -
XYZ 32.14 31.87 34.16 -
YUV 154.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 166 149 152 0 0.10 0.08 0.35 349.41 0.09 0.62
Hex A6 95 98 0 A 8 23 15D 9 3E
Octal 246 225 230 0 12 10 43 535 11 76
Binary 10100110 10010101 10011000 0 1010 1000 100011 101011101 1001 111110

Color Harmonies of #A69598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69598

Black with #A69598

Text Example


Text Example

White with #A69598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69598; }

 p { color: rgb(166,149,152); }

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

background-color css

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

 a { background-color: rgb(166,149,152); }

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

border-color css

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

 span { border-color: rgb(166,149,152); }

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