Html Css Color HEX #AC99B1 Chatelle

📋 copy color: '#AC99B1'

red 172 ◦ green 153 ◦ blue 177

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

Shades of Chatelle #AC99B1

Tints of Chatelle #AC99B1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.48%

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

R = 34.26%
G = 30.48%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC99B1 (or 0xAC99B1) is known color: Chatelle. HEX triplet: AC, 99 and B1. RGB value is (172,153,177). Sum of RGB (Red+Green+Blue) = 172+153+177=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC99B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99B1 is #53664E. Grayscale: #A1A1A1. Windows color (decimal): -5465679 or 11639212. OLE color: 11639212.

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

Color convert

RGB 172 153 177 -
CMYK 0.03 0.14 0 0.31
HSL 287.5º 0.13% 0.65% -
HSV(B) 287.5º 0.14% 0.69% -
XYZ 36.34 34.73 46.38 -
YUV 161.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 172 153 177 0.03 0.14 0 0.31 287.5 0.13 0.65
Hex AC 99 B1 3 E 0 1F 120 D 41
Octal 254 231 261 3 16 0 37 440 15 101
Binary 10101100 10011001 10110001 11 1110 0 11111 100100000 1101 1000001

Color Harmonies of #AC99B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC99B1

Black with #AC99B1

Text Example


Text Example

White with #AC99B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC99B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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