#ABA1A2

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

Shades of Careys Pink #ABA1A2

Tints of Careys Pink #ABA1A2

Color information

#ABA1A2 (or 0xABA1A2) is unknown color: approx Careys Pink. HEX triplet: AB, A1 and A2. RGB value is (171,161,162). Sum of RGB (Red+Green+Blue) = 171+161+162=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1A2 is #545E5D. Grayscale: #A4A4A4. Windows color (decimal): -5529182 or 10658219. OLE color: 10658219.

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

Color convert

RGB171161162-
CMYK00.060.050.33
HSL354º5.62%65.1%-
HSV(B)354º5.85%67.06%-
XYZ36.0636.7639.38-
YUV164.1126.81132.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 162 (63.67% from 255) = 32.79%
R=34.62%
G=32.59%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116116200.060.050.333545.6265.1
HexABA1A206521162641
Octal253241242065415426101
Binary10101011101000011010001001101011000011011000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1A2; }

 p { color: rgb(171,161,162); }

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

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

 a { background-color: rgb(171,161,162); }

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

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

 span { border-color: rgb(171,161,162); }

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