Html Css Color HEX #AB9FA1 Careys Pink

📋 copy color: '#AB9FA1'

red 171 ◦ green 159 ◦ blue 161

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

Shades of Careys Pink #AB9FA1

Tints of Careys Pink #AB9FA1

RGB

 RED value IS 171 (67.19% from 255) = 34.83%

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

 BLUE value IS 161 (63.28% from 255) = 32.79%

R = 34.83%
G = 32.38%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB9FA1 (or 0xAB9FA1) is known color: Careys Pink. HEX triplet: AB, 9F and A1. RGB value is (171,159,161). Sum of RGB (Red+Green+Blue) = 171+159+161=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA1 is #54605E. Grayscale: #A2A2A2. Windows color (decimal): -5529695 or 10592171. OLE color: 10592171.

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

Color convert

RGB 171 159 161 -
CMYK 0 0.07 0.06 0.33
HSL 350º 0.07% 0.65% -
HSV(B) 350º 0.07% 0.67% -
XYZ 35.63 36.03 38.79 -
YUV 162.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 171 159 161 0 0.07 0.06 0.33 350 0.07 0.65
Hex AB 9F A1 0 7 6 21 15E 7 41
Octal 253 237 241 0 7 6 41 536 7 101
Binary 10101011 10011111 10100001 0 111 110 100001 101011110 111 1000001

Color Harmonies of #AB9FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FA1

Black with #AB9FA1

Text Example


Text Example

White with #AB9FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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