Html Css Color HEX #AC9D9F Careys Pink

📋 copy color: '#AC9D9F'

red 172 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #AC9D9F

Tints of Careys Pink #AC9D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 35.25%
G = 32.17%
B = 32.58%

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

#AC9D9F (or 0xAC9D9F) is known color: Careys Pink. HEX triplet: AC, 9D and 9F. RGB value is (172,157,159). Sum of RGB (Red+Green+Blue) = 172+157+159=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D9F is #536260. Grayscale: #A1A1A1. Windows color (decimal): -5464673 or 10460588. OLE color: 10460588.

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

Color convert

RGB 172 157 159 -
CMYK 0 0.09 0.08 0.33
HSL 352º 0.08% 0.65% -
HSV(B) 352º 0.09% 0.67% -
XYZ 35.33 35.39 37.77 -
YUV 161.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 172 157 159 0 0.09 0.08 0.33 352 0.08 0.65
Hex AC 9D 9F 0 9 8 21 160 8 41
Octal 254 235 237 0 11 10 41 540 10 101
Binary 10101100 10011101 10011111 0 1001 1000 100001 101100000 1000 1000001

Color Harmonies of #AC9D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D9F

Black with #AC9D9F

Text Example


Text Example

White with #AC9D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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