#AF85A4

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

Shades of Bouquet #AF85A4

Tints of Bouquet #AF85A4

Color information

#AF85A4 (or 0xAF85A4) is unknown color: approx Bouquet. HEX triplet: AF, 85 and A4. RGB value is (175,133,164). Sum of RGB (Red+Green+Blue) = 175+133+164=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85A4 is #507A5B. Grayscale: #959595. Windows color (decimal): -5274204 or 10782127. OLE color: 10782127.

HSL color Cylindrical-coordinate representation of color #AF85A4: hue angle of 315.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF85A4 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB175133164-
CMYK00.240.060.31
HSL315.71º20.79%60.39%-
HSV(B)315.71º24%68.63%-
XYZ32.7728.5738.91-
YUV149.09136.41146.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=37.08%
G=28.18%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513316400.240.060.31315.7120.7960.39
HexAF85A401861F13c153c
Octal2572052440306374742574
Binary1010111110000101101001000110001101111110011110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85A4; }

 p { color: rgb(175,133,164); }

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

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

 a { background-color: rgb(175,133,164); }

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

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

 span { border-color: rgb(175,133,164); }

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