Html Css Color HEX #AC9FB4 Chatelle

📋 copy color: '#AC9FB4'

red 172 ◦ green 159 ◦ blue 180

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

Shades of Chatelle #AC9FB4

Tints of Chatelle #AC9FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.12%

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 33.66%
G = 31.12%
B = 35.23%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC9FB4 (or 0xAC9FB4) is known color: Chatelle. HEX triplet: AC, 9F and B4. RGB value is (172,159,180). Sum of RGB (Red+Green+Blue) = 172+159+180=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC9FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FB4 is #53604B. Grayscale: #A5A5A5. Windows color (decimal): -5464140 or 11837356. OLE color: 11837356.

HSL color Cylindrical-coordinate representation of color #AC9FB4: hue angle of 277.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC9FB4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 159 180 -
CMYK 0.04 0.12 0 0.29
HSL 277.14º 0.12% 0.66% -
HSV(B) 277.14º 0.12% 0.71% -
XYZ 37.65 36.86 48.31 -
YUV 165.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 172 159 180 0.04 0.12 0 0.29 277.14 0.12 0.66
Hex AC 9F B4 4 C 0 1D 115 C 42
Octal 254 237 264 4 14 0 35 425 14 102
Binary 10101100 10011111 10110100 100 1100 0 11101 100010101 1100 1000010

Color Harmonies of #AC9FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FB4

Black with #AC9FB4

Text Example


Text Example

White with #AC9FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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