#92AAAF

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

Shades of Botticelli #92AAAF

Tints of Botticelli #92AAAF

Color information

#92AAAF (or 0x92AAAF) is unknown color: approx Botticelli. HEX triplet: 92, AA and AF. RGB value is (146,170,175). Sum of RGB (Red+Green+Blue) = 146+170+175=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 170 (66.80% from 255 or 34.62% 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 #92AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAAF is #6D5550. Grayscale: #A3A3A3. Windows color (decimal): -7165265 or 11512466. OLE color: 11512466.

HSL color Cylindrical-coordinate representation of color #92AAAF: hue angle of 190.34º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92AAAF is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146170175-
CMYK0.170.0300.31
HSL190.34º15.34%62.94%-
HSV(B)190.34º16.57%68.63%-
XYZ33.9737.9646.09-
YUV163.39134.55115.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=29.74%
G=34.62%
B=35.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461701750.170.0300.31190.3415.3462.94
Hex92AAAF11301Fbef3f
Octal2222522572130372761777
Binary1001001010101010101011111000111011111101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AAAF; }

 p { color: rgb(146,170,175); }

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

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

 a { background-color: rgb(146,170,175); }

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

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

 span { border-color: rgb(146,170,175); }

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