Html Css Color HEX #AB9B9D Careys Pink

📋 copy color: '#AB9B9D'

red 171 ◦ green 155 ◦ blue 157

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

Shades of Careys Pink #AB9B9D

Tints of Careys Pink #AB9B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 35.4%
G = 32.09%
B = 32.51%

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

#AB9B9D (or 0xAB9B9D) is known color: Careys Pink. HEX triplet: AB, 9B and 9D. RGB value is (171,155,157). Sum of RGB (Red+Green+Blue) = 171+155+157=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B9D is #546462. Grayscale: #A0A0A0. Windows color (decimal): -5530723 or 10329003. OLE color: 10329003.

HSL color Cylindrical-coordinate representation of color #AB9B9D: hue angle of 352.5º degrees, saturation: 0.09, 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 #AB9B9D is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 155 157 -
CMYK 0 0.09 0.08 0.33
HSL 352.5º 0.09% 0.64% -
HSV(B) 352.5º 0.09% 0.67% -
XYZ 34.6 34.53 36.74 -
YUV 160.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 171 155 157 0 0.09 0.08 0.33 352.5 0.09 0.64
Hex AB 9B 9D 0 9 8 21 160 9 40
Octal 253 233 235 0 11 10 41 540 11 100
Binary 10101011 10011011 10011101 0 1001 1000 100001 101100000 1001 1000000

Color Harmonies of #AB9B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B9D

Black with #AB9B9D

Text Example


Text Example

White with #AB9B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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