Html Css Color HEX #AC9C9D Careys Pink

📋 copy color: '#AC9C9D'

red 172 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #AC9C9D

Tints of Careys Pink #AC9C9D

RGB

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

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

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

R = 35.46%
G = 32.16%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC9C9D (or 0xAC9C9D) is known color: Careys Pink. HEX triplet: AC, 9C and 9D. RGB value is (172,156,157). Sum of RGB (Red+Green+Blue) = 172+156+157=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9D is #536362. Grayscale: #A0A0A0. Windows color (decimal): -5464931 or 10329260. OLE color: 10329260.

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

Color convert

RGB 172 156 157 -
CMYK 0 0.09 0.09 0.33
HSL 356.25º 0.09% 0.64% -
HSV(B) 356.25º 0.09% 0.67% -
XYZ 34.99 34.98 36.81 -
YUV 160.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 172 156 157 0 0.09 0.09 0.33 356.25 0.09 0.64
Hex AC 9C 9D 0 9 9 21 164 9 40
Octal 254 234 235 0 11 11 41 544 11 100
Binary 10101100 10011100 10011101 0 1001 1001 100001 101100100 1001 1000000

Color Harmonies of #AC9C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C9D

Black with #AC9C9D

Text Example


Text Example

White with #AC9C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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