#A89697

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

Shades of Careys Pink #A89697

Tints of Careys Pink #A89697

Color information

#A89697 (or 0xA89697) is unknown color: approx Careys Pink. HEX triplet: A8, 96 and 97. RGB value is (168,150,151). Sum of RGB (Red+Green+Blue) = 168+150+151=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 168 - color contains mainly: red. Hex color #A89697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89697 is #576968. Grayscale: #9B9B9B. Windows color (decimal): -5728617 or 9934504. OLE color: 9934504.

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

Color convert

RGB168150151-
CMYK00.110.100.34
HSL356.67º9.38%62.35%-
HSV(B)356.67º10.71%65.88%-
XYZ32.6432.3733.81-
YUV155.5125.46136.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=35.82%
G=31.98%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815015100.110.100.34356.679.3862.35
HexA896970BA2216593e
Octal25022622701312425451176
Binary1010100010010110100101110101110101000101011001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89697; }

 p { color: rgb(168,150,151); }

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

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

 a { background-color: rgb(168,150,151); }

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

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

 span { border-color: rgb(168,150,151); }

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