Html Css Color HEX #AB9C9E Careys Pink

📋 copy color: '#AB9C9E'

red 171 ◦ green 156 ◦ blue 158

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

Shades of Careys Pink #AB9C9E

Tints of Careys Pink #AB9C9E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 35.26%
G = 32.16%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB9C9E (or 0xAB9C9E) is known color: Careys Pink. HEX triplet: AB, 9C and 9E. RGB value is (171,156,158). Sum of RGB (Red+Green+Blue) = 171+156+158=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C9E is #546361. Grayscale: #A0A0A0. Windows color (decimal): -5530466 or 10394795. OLE color: 10394795.

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

Color convert

RGB 171 156 158 -
CMYK 0 0.09 0.08 0.33
HSL 352º 0.08% 0.64% -
HSV(B) 352º 0.09% 0.67% -
XYZ 34.85 34.9 37.25 -
YUV 160.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 171 156 158 0 0.09 0.08 0.33 352 0.08 0.64
Hex AB 9C 9E 0 9 8 21 160 8 40
Octal 253 234 236 0 11 10 41 540 10 100
Binary 10101011 10011100 10011110 0 1001 1000 100001 101100000 1000 1000000

Color Harmonies of #AB9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C9E

Black with #AB9C9E

Text Example


Text Example

White with #AB9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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