Html Css Color HEX #AC9CB2 Chatelle

📋 copy color: '#AC9CB2'

red 172 ◦ green 156 ◦ blue 178

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

Shades of Chatelle #AC9CB2

Tints of Chatelle #AC9CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 33.99%
G = 30.83%
B = 35.18%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC9CB2 (or 0xAC9CB2) is known color: Chatelle. HEX triplet: AC, 9C and B2. RGB value is (172,156,178). Sum of RGB (Red+Green+Blue) = 172+156+178=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC9CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CB2 is #53634D. Grayscale: #A3A3A3. Windows color (decimal): -5464910 or 11705516. OLE color: 11705516.

HSL color Cylindrical-coordinate representation of color #AC9CB2: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9CB2 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 156 178 -
CMYK 0.03 0.12 0 0.30
HSL 283.64º 0.13% 0.65% -
HSV(B) 283.64º 0.12% 0.7% -
XYZ 36.94 35.76 47.08 -
YUV 163.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 172 156 178 0.03 0.12 0 0.30 283.64 0.13 0.65
Hex AC 9C B2 3 C 0 1E 11C C 41
Octal 254 234 262 3 14 0 36 434 14 101
Binary 10101100 10011100 10110010 11 1100 0 11110 100011100 1100 1000001

Color Harmonies of #AC9CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9CB2

Black with #AC9CB2

Text Example


Text Example

White with #AC9CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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