#AF8CA0

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

Shades of Bouquet #AF8CA0

Tints of Bouquet #AF8CA0

Color information

#AF8CA0 (or 0xAF8CA0) is unknown color: approx Bouquet. HEX triplet: AF, 8C and A0. RGB value is (175,140,160). Sum of RGB (Red+Green+Blue) = 175+140+160=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA0 is #50735F. Grayscale: #989898. Windows color (decimal): -5272416 or 10521775. OLE color: 10521775.

HSL color Cylindrical-coordinate representation of color #AF8CA0: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CA0 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175140160-
CMYK00.20.090.31
HSL325.71º17.95%61.76%-
HSV(B)325.71º20%68.63%-
XYZ33.430.4137.37-
YUV152.74132.1143.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=36.84%
G=29.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514016000.20.090.31325.7117.9561.76
HexAF8CA001491F146123e
Octal25721424002411375062276
Binary10101111100011001010000001010010011111110100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CA0; }

 p { color: rgb(175,140,160); }

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

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

 a { background-color: rgb(175,140,160); }

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

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

 span { border-color: rgb(175,140,160); }

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