Html Css Color HEX #A69F9C Martini

📋 copy color: '#A69F9C'

red 166 ◦ green 159 ◦ blue 156

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

Shades of Martini #A69F9C

Tints of Martini #A69F9C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.06%

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 34.51%
G = 33.06%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A69F9C (or 0xA69F9C) is known color: Martini. HEX triplet: A6, 9F and 9C. RGB value is (166,159,156). Sum of RGB (Red+Green+Blue) = 166+159+156=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F9C is #596063. Grayscale: #A0A0A0. Windows color (decimal): -5857380 or 10264486. OLE color: 10264486.

HSL color Cylindrical-coordinate representation of color #A69F9C: hue angle of 18º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69F9C is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 159 156 -
CMYK 0 0.04 0.06 0.35
HSL 18º 0.05% 0.63% -
HSV(B) 18º 0.06% 0.65% -
XYZ 34.12 35.3 36.47 -
YUV 160.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 166 159 156 0 0.04 0.06 0.35 18 0.05 0.63
Hex A6 9F 9C 0 4 6 23 12 5 3F
Octal 246 237 234 0 4 6 43 22 5 77
Binary 10100110 10011111 10011100 0 100 110 100011 10010 101 111111

Color Harmonies of #A69F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69F9C

Black with #A69F9C

Text Example


Text Example

White with #A69F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69F9C; }

 p { color: rgb(166,159,156); }

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

background-color css

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

 a { background-color: rgb(166,159,156); }

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

border-color css

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

 span { border-color: rgb(166,159,156); }

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