#90ACAF

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

Shades of Botticelli #90ACAF

Tints of Botticelli #90ACAF

Color information

#90ACAF (or 0x90ACAF) is unknown color: approx Botticelli. HEX triplet: 90, AC and AF. RGB value is (144,172,175). Sum of RGB (Red+Green+Blue) = 144+172+175=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #90ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACAF is #6F5350. Grayscale: #A3A3A3. Windows color (decimal): -7295825 or 11512976. OLE color: 11512976.

HSL color Cylindrical-coordinate representation of color #90ACAF: hue angle of 185.81º 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 #90ACAF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144172175-
CMYK0.180.0200.31
HSL185.81º16.23%62.55%-
HSV(B)185.81º17.71%68.63%-
XYZ33.9938.5346.2-
YUV163.97134.22113.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=29.33%
G=35.03%
B=35.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441721750.180.0200.31185.8116.2362.55
Hex90ACAF12201Fba103f
Octal2202542572220372722077
Binary10010000101011001010111110010100111111011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90ACAF; }

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

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

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

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

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

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

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

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