Html Css Color HEX #AC9C9E Careys Pink

📋 copy color: '#AC9C9E'

red 172 ◦ green 156 ◦ blue 158

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

Shades of Careys Pink #AC9C9E

Tints of Careys Pink #AC9C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 35.39%
G = 32.1%
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

#AC9C9E (or 0xAC9C9E) is known color: Careys Pink. HEX triplet: AC, 9C and 9E. RGB value is (172,156,158). Sum of RGB (Red+Green+Blue) = 172+156+158=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9E is #536361. Grayscale: #A1A1A1. Windows color (decimal): -5464930 or 10394796. OLE color: 10394796.

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

Color convert

RGB 172 156 158 -
CMYK 0 0.09 0.08 0.33
HSL 352.5º 0.09% 0.64% -
HSV(B) 352.5º 0.09% 0.67% -
XYZ 35.07 35.02 37.26 -
YUV 161.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 172 156 158 0 0.09 0.08 0.33 352.5 0.09 0.64
Hex AC 9C 9E 0 9 8 21 160 9 40
Octal 254 234 236 0 11 10 41 540 11 100
Binary 10101100 10011100 10011110 0 1001 1000 100001 101100000 1001 1000000

Color Harmonies of #AC9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C9E

Black with #AC9C9E

Text Example


Text Example

White with #AC9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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