#AF90A1

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

Shades of Bouquet #AF90A1

Tints of Bouquet #AF90A1

Color information

#AF90A1 (or 0xAF90A1) is unknown color: approx Bouquet. HEX triplet: AF, 90 and A1. RGB value is (175,144,161). Sum of RGB (Red+Green+Blue) = 175+144+161=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90A1 is #506F5E. Grayscale: #9B9B9B. Windows color (decimal): -5271391 or 10588335. OLE color: 10588335.

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

Color convert

RGB175144161-
CMYK00.180.080.31
HSL327.1º16.23%62.55%-
HSV(B)327.1º17.71%68.63%-
XYZ34.0931.6338.03-
YUV155.21131.27142.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=36.46%
G=30%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514416100.180.080.31327.116.2362.55
HexAF90A101281F147103f
Octal25722024102210375072077
Binary10101111100100001010000101001010001111110100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90A1; }

 p { color: rgb(175,144,161); }

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

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

 a { background-color: rgb(175,144,161); }

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

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

 span { border-color: rgb(175,144,161); }

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