Html Css Color HEX #AC9B9C Careys Pink

📋 copy color: '#AC9B9C'

red 172 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #AC9B9C

Tints of Careys Pink #AC9B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.3%

R = 35.61%
G = 32.09%
B = 32.3%

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

#AC9B9C (or 0xAC9B9C) is known color: Careys Pink. HEX triplet: AC, 9B and 9C. RGB value is (172,155,156). Sum of RGB (Red+Green+Blue) = 172+155+156=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9C is #536463. Grayscale: #A0A0A0. Windows color (decimal): -5465188 or 10263468. OLE color: 10263468.

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

Color convert

RGB 172 155 156 -
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.74 34.61 36.3 -
YUV 160.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 172 155 156 0 0.10 0.09 0.33 356.47 0.09 0.64
Hex AC 9B 9C 0 A 9 21 164 9 40
Octal 254 233 234 0 12 11 41 544 11 100
Binary 10101100 10011011 10011100 0 1010 1001 100001 101100100 1001 1000000

Color Harmonies of #AC9B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B9C

Black with #AC9B9C

Text Example


Text Example

White with #AC9B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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