Html Css Color HEX #AB9E9F Careys Pink

📋 copy color: '#AB9E9F'

red 171 ◦ green 158 ◦ blue 159

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

Shades of Careys Pink #AB9E9F

Tints of Careys Pink #AB9E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.38%

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 35.04%
G = 32.38%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB9E9F (or 0xAB9E9F) is known color: Careys Pink. HEX triplet: AB, 9E and 9F. RGB value is (171,158,159). Sum of RGB (Red+Green+Blue) = 171+158+159=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E9F is #546160. Grayscale: #A2A2A2. Windows color (decimal): -5529953 or 10460843. OLE color: 10460843.

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

Color convert

RGB 171 158 159 -
CMYK 0 0.08 0.07 0.33
HSL 355.38º 0.07% 0.65% -
HSV(B) 355.38º 0.08% 0.67% -
XYZ 35.28 35.61 37.82 -
YUV 162 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 171 158 159 0 0.08 0.07 0.33 355.38 0.07 0.65
Hex AB 9E 9F 0 8 7 21 163 7 41
Octal 253 236 237 0 10 7 41 543 7 101
Binary 10101011 10011110 10011111 0 1000 111 100001 101100011 111 1000001

Color Harmonies of #AB9E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E9F

Black with #AB9E9F

Text Example


Text Example

White with #AB9E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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