Html Css Color HEX #AC9DB1 Chatelle

📋 copy color: '#AC9DB1'

red 172 ◦ green 157 ◦ blue 177

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

Shades of Chatelle #AC9DB1

Tints of Chatelle #AC9DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.98%

R = 33.99%
G = 31.03%
B = 34.98%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC9DB1 (or 0xAC9DB1) is known color: Chatelle. HEX triplet: AC, 9D and B1. RGB value is (172,157,177). Sum of RGB (Red+Green+Blue) = 172+157+177=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC9DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DB1 is #53624E. Grayscale: #A3A3A3. Windows color (decimal): -5464655 or 11640236. OLE color: 11640236.

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

Color convert

RGB 172 157 177 -
CMYK 0.03 0.11 0 0.31
HSL 285º 0.11% 0.65% -
HSV(B) 285º 0.11% 0.69% -
XYZ 37.01 36.06 46.6 -
YUV 163.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 172 157 177 0.03 0.11 0 0.31 285 0.11 0.65
Hex AC 9D B1 3 B 0 1F 11D B 41
Octal 254 235 261 3 13 0 37 435 13 101
Binary 10101100 10011101 10110001 11 1011 0 11111 100011101 1011 1000001

Color Harmonies of #AC9DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DB1

Black with #AC9DB1

Text Example


Text Example

White with #AC9DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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