Html Css Color HEX #AC9AB2 Chatelle

📋 copy color: '#AC9AB2'

red 172 ◦ green 154 ◦ blue 178

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

Shades of Chatelle #AC9AB2

Tints of Chatelle #AC9AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 34.13%
G = 30.56%
B = 35.32%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC9AB2 (or 0xAC9AB2) is known color: Chatelle. HEX triplet: AC, 9A and B2. RGB value is (172,154,178). Sum of RGB (Red+Green+Blue) = 172+154+178=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC9AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AB2 is #53654D. Grayscale: #A2A2A2. Windows color (decimal): -5465422 or 11705004. OLE color: 11705004.

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

Color convert

RGB 172 154 178 -
CMYK 0.03 0.13 0 0.30
HSL 285º 0.13% 0.65% -
HSV(B) 285º 0.13% 0.7% -
XYZ 36.6 35.1 46.96 -
YUV 162.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 172 154 178 0.03 0.13 0 0.30 285 0.13 0.65
Hex AC 9A B2 3 D 0 1E 11D D 41
Octal 254 232 262 3 15 0 36 435 15 101
Binary 10101100 10011010 10110010 11 1101 0 11110 100011101 1101 1000001

Color Harmonies of #AC9AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9AB2

Black with #AC9AB2

Text Example


Text Example

White with #AC9AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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