Html Css Color HEX #AC9AB1 Chatelle

📋 copy color: '#AC9AB1'

red 172 ◦ green 154 ◦ blue 177

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

Shades of Chatelle #AC9AB1

Tints of Chatelle #AC9AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

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

R = 34.19%
G = 30.62%
B = 35.19%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC9AB1 (or 0xAC9AB1) is known color: Chatelle. HEX triplet: AC, 9A and B1. RGB value is (172,154,177). Sum of RGB (Red+Green+Blue) = 172+154+177=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AB1 is #53654E. Grayscale: #A1A1A1. Windows color (decimal): -5465423 or 11639468. OLE color: 11639468.

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

Color convert

RGB 172 154 177 -
CMYK 0.03 0.13 0 0.31
HSL 286.96º 0.13% 0.65% -
HSV(B) 286.96º 0.13% 0.69% -
XYZ 36.5 35.06 46.44 -
YUV 162 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 172 154 177 0.03 0.13 0 0.31 286.96 0.13 0.65
Hex AC 9A B1 3 D 0 1F 11F D 41
Octal 254 232 261 3 15 0 37 437 15 101
Binary 10101100 10011010 10110001 11 1101 0 11111 100011111 1101 1000001

Color Harmonies of #AC9AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AB1

Black with #AC9AB1

Text Example


Text Example

White with #AC9AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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