Html Css Color HEX #AC9B9D Careys Pink

📋 copy color: '#AC9B9D'

red 172 ◦ green 155 ◦ blue 157

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

Shades of Careys Pink #AC9B9D

Tints of Careys Pink #AC9B9D

RGB

 RED value IS 172 (67.58% from 255) = 35.54%

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

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

R = 35.54%
G = 32.02%
B = 32.44%

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

#AC9B9D (or 0xAC9B9D) is known color: Careys Pink. HEX triplet: AC, 9B and 9D. RGB value is (172,155,157). Sum of RGB (Red+Green+Blue) = 172+155+157=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9D is #536462. Grayscale: #A0A0A0. Windows color (decimal): -5465187 or 10329004. OLE color: 10329004.

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

Color convert

RGB 172 155 157 -
CMYK 0 0.10 0.09 0.33
HSL 352.94º 0.09% 0.64% -
HSV(B) 352.94º 0.1% 0.67% -
XYZ 34.82 34.65 36.75 -
YUV 160.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 172 155 157 0 0.10 0.09 0.33 352.94 0.09 0.64
Hex AC 9B 9D 0 A 9 21 161 9 40
Octal 254 233 235 0 12 11 41 541 11 100
Binary 10101100 10011011 10011101 0 1010 1001 100001 101100001 1001 1000000

Color Harmonies of #AC9B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B9D

Black with #AC9B9D

Text Example


Text Example

White with #AC9B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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