#A69A9B

Color #A69A9B Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #A69A9B

Tints of Careys Pink #A69A9B

Color information

#A69A9B (or 0xA69A9B) is unknown color: approx Careys Pink. HEX triplet: A6, 9A and 9B. RGB value is (166,154,155). Sum of RGB (Red+Green+Blue) = 166+154+155=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A9B is #596564. Grayscale: #9D9D9D. Windows color (decimal): -5858661 or 10197670. OLE color: 10197670.

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

Color convert

RGB166154155-
CMYK00.070.070.35
HSL355º6.32%62.75%-
HSV(B)355º7.23%65.1%-
XYZ33.233.5835.74-
YUV157.7126.48133.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=34.95%
G=32.42%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615415500.070.070.353556.3262.75
HexA69A9B0772316363f
Octal24623223307743543677
Binary1010011010011010100110110111111100011101100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A9B; }

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

 H1.HeaderClassName
 {
   color: #A69A9B;
 }
 .AnyTagClassName
 {
   color: #A69A9B;
 }
</style>
background-color css

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

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

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

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

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

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