Html Css Color HEX #AC9DB0 Chatelle

📋 copy color: '#AC9DB0'

red 172 ◦ green 157 ◦ blue 176

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

Shades of Chatelle #AC9DB0

Tints of Chatelle #AC9DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 34.06%
G = 31.09%
B = 34.85%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC9DB0 (or 0xAC9DB0) is known color: Chatelle. HEX triplet: AC, 9D and B0. RGB value is (172,157,176). Sum of RGB (Red+Green+Blue) = 172+157+176=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DB0 is #53624F. Grayscale: #A3A3A3. Windows color (decimal): -5464656 or 11574700. OLE color: 11574700.

HSL color Cylindrical-coordinate representation of color #AC9DB0: hue angle of 287.37º 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 #AC9DB0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 157 176 -
CMYK 0.02 0.11 0 0.31
HSL 287.37º 0.11% 0.65% -
HSV(B) 287.37º 0.11% 0.69% -
XYZ 36.91 36.02 46.08 -
YUV 163.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 172 157 176 0.02 0.11 0 0.31 287.37 0.11 0.65
Hex AC 9D B0 2 B 0 1F 11F B 41
Octal 254 235 260 2 13 0 37 437 13 101
Binary 10101100 10011101 10110000 10 1011 0 11111 100011111 1011 1000001

Color Harmonies of #AC9DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DB0

Black with #AC9DB0

Text Example


Text Example

White with #AC9DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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