Html Css Color HEX #AB9A9B Careys Pink

📋 copy color: '#AB9A9B'

red 171 ◦ green 154 ◦ blue 155

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

Shades of Careys Pink #AB9A9B

Tints of Careys Pink #AB9A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 35.63%
G = 32.08%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB9A9B (or 0xAB9A9B) is known color: Careys Pink. HEX triplet: AB, 9A and 9B. RGB value is (171,154,155). Sum of RGB (Red+Green+Blue) = 171+154+155=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A9B is #546564. Grayscale: #9F9F9F. Windows color (decimal): -5530981 or 10197675. OLE color: 10197675.

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

Color convert

RGB 171 154 155 -
CMYK 0 0.10 0.09 0.33
HSL 356.47º 0.09% 0.64% -
HSV(B) 356.47º 0.1% 0.67% -
XYZ 34.27 34.14 35.79 -
YUV 159.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 171 154 155 0 0.10 0.09 0.33 356.47 0.09 0.64
Hex AB 9A 9B 0 A 9 21 164 9 40
Octal 253 232 233 0 12 11 41 544 11 100
Binary 10101011 10011010 10011011 0 1010 1001 100001 101100100 1001 1000000

Color Harmonies of #AB9A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A9B

Black with #AB9A9B

Text Example


Text Example

White with #AB9A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A9B; }

 p { color: rgb(171,154,155); }

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

background-color css

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

 a { background-color: rgb(171,154,155); }

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

border-color css

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

 span { border-color: rgb(171,154,155); }

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