Html Css Color HEX #AC9FB0 Chatelle

📋 copy color: '#AC9FB0'

red 172 ◦ green 159 ◦ blue 176

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

Shades of Chatelle #AC9FB0

Tints of Chatelle #AC9FB0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

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

R = 33.93%
G = 31.36%
B = 34.71%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC9FB0 (or 0xAC9FB0) is known color: Chatelle. HEX triplet: AC, 9F and B0. RGB value is (172,159,176). Sum of RGB (Red+Green+Blue) = 172+159+176=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC9FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FB0 is #53604F. Grayscale: #A4A4A4. Windows color (decimal): -5464144 or 11575212. OLE color: 11575212.

HSL color Cylindrical-coordinate representation of color #AC9FB0: hue angle of 285.88º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9FB0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 159 176 -
CMYK 0.02 0.10 0 0.31
HSL 285.88º 0.1% 0.66% -
HSV(B) 285.88º 0.1% 0.69% -
XYZ 37.25 36.7 46.2 -
YUV 164.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 172 159 176 0.02 0.10 0 0.31 285.88 0.1 0.66
Hex AC 9F B0 2 A 0 1F 11E A 42
Octal 254 237 260 2 12 0 37 436 12 102
Binary 10101100 10011111 10110000 10 1010 0 11111 100011110 1010 1000010

Color Harmonies of #AC9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FB0

Black with #AC9FB0

Text Example


Text Example

White with #AC9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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