Html Css Color HEX #90A6AA Botticelli

📋 copy color: '#90A6AA'

red 144 ◦ green 166 ◦ blue 170

#90A6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #90A6AA

Tints of Botticelli #90A6AA

RGB

 RED value IS 144 (56.64% from 255) = 30%

 GREEN value IS 166 (65.23% from 255) = 34.58%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 30%
G = 34.58%
B = 35.42%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#90A6AA (or 0x90A6AA) is known color: Botticelli. HEX triplet: 90, A6 and AA. RGB value is (144,166,170). Sum of RGB (Red+Green+Blue) = 144+166+170=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #90A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6AA is #6F5955. Grayscale: #9F9F9F. Windows color (decimal): -7297366 or 11183760. OLE color: 11183760.

HSL color Cylindrical-coordinate representation of color #90A6AA: hue angle of 189.23º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A6AA is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 166 170 -
CMYK 0.15 0.02 0 0.33
HSL 189.23º 0.13% 0.62% -
HSV(B) 189.23º 0.15% 0.67% -
XYZ 32.39 36.1 43.29 -
YUV 159.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 144 166 170 0.15 0.02 0 0.33 189.23 0.13 0.62
Hex 90 A6 AA F 2 0 21 BD D 3E
Octal 220 246 252 17 2 0 41 275 15 76
Binary 10010000 10100110 10101010 1111 10 0 100001 10111101 1101 111110

Color Harmonies of #90A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6AA

Black with #90A6AA

Text Example


Text Example

White with #90A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,166,170); }

 H1.HeaderClassName
 {
   color: #90A6AA;
 }
 .AnyTagClassName
 {
   color: #90A6AA;
 }
</style>

background-color css

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

 a { background-color: rgb(144,166,170); }

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

border-color css

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

 span { border-color: rgb(144,166,170); }

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