#AF9CBB

Color #AF9CBB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF9CBB

Tints of East Side #AF9CBB

Color information

#AF9CBB (or 0xAF9CBB) is unknown color: approx East Side. HEX triplet: AF, 9C and BB. RGB value is (175,156,187). Sum of RGB (Red+Green+Blue) = 175+156+187=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CBB is #506344. Grayscale: #A5A5A5. Windows color (decimal): -5268293 or 12295343. OLE color: 12295343.

HSL color Cylindrical-coordinate representation of color #AF9CBB: hue angle of 276.77º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9CBB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175156187-
CMYK0.060.1700.27
HSL276.77º18.56%67.25%-
HSV(B)276.77º16.58%73.33%-
XYZ38.5436.4852.02-
YUV165.22140.29134.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=33.78%
G=30.12%
B=36.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751561870.060.1700.27276.7718.5667.25
HexAF9CBB61101B1151343
Octal25723427362103342523103
Binary10101111100111001011101111010001011011100010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CBB; }

 p { color: rgb(175,156,187); }

 H1.HeaderClassName
 {
   color: #AF9CBB;
 }
 .AnyTagClassName
 {
   color: #AF9CBB;
 }
</style>
background-color css

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

 a { background-color: rgb(175,156,187); }

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

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

 span { border-color: rgb(175,156,187); }

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