Html Css Color HEX #AC9DB3 Chatelle

📋 copy color: '#AC9DB3'

red 172 ◦ green 157 ◦ blue 179

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

Shades of Chatelle #AC9DB3

Tints of Chatelle #AC9DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 33.86%
G = 30.91%
B = 35.24%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC9DB3 (or 0xAC9DB3) is known color: Chatelle. HEX triplet: AC, 9D and B3. RGB value is (172,157,179). Sum of RGB (Red+Green+Blue) = 172+157+179=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC9DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DB3 is #53624C. Grayscale: #A3A3A3. Windows color (decimal): -5464653 or 11771308. OLE color: 11771308.

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

Color convert

RGB 172 157 179 -
CMYK 0.04 0.12 0 0.30
HSL 280.91º 0.13% 0.66% -
HSV(B) 280.91º 0.12% 0.7% -
XYZ 37.21 36.14 47.66 -
YUV 163.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 172 157 179 0.04 0.12 0 0.30 280.91 0.13 0.66
Hex AC 9D B3 4 C 0 1E 119 D 42
Octal 254 235 263 4 14 0 36 431 15 102
Binary 10101100 10011101 10110011 100 1100 0 11110 100011001 1101 1000010

Color Harmonies of #AC9DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DB3

Black with #AC9DB3

Text Example


Text Example

White with #AC9DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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