Html Css Color HEX #90A5AA Botticelli

📋 copy color: '#90A5AA'

red 144 ◦ green 165 ◦ blue 170

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

Shades of Botticelli #90A5AA

Tints of Botticelli #90A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.45%

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

R = 30.06%
G = 34.45%
B = 35.49%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#90A5AA (or 0x90A5AA) is known color: Botticelli. HEX triplet: 90, A5 and AA. RGB value is (144,165,170). Sum of RGB (Red+Green+Blue) = 144+165+170=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #90A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A5AA is #6F5A55. Grayscale: #9F9F9F. Windows color (decimal): -7297622 or 11183504. OLE color: 11183504.

HSL color Cylindrical-coordinate representation of color #90A5AA: hue angle of 191.54º 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 #90A5AA is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 165 170 -
CMYK 0.15 0.03 0 0.33
HSL 191.54º 0.13% 0.62% -
HSV(B) 191.54º 0.15% 0.67% -
XYZ 32.21 35.74 43.23 -
YUV 159.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 144 165 170 0.15 0.03 0 0.33 191.54 0.13 0.62
Hex 90 A5 AA F 3 0 21 C0 D 3E
Octal 220 245 252 17 3 0 41 300 15 76
Binary 10010000 10100101 10101010 1111 11 0 100001 11000000 1101 111110

Color Harmonies of #90A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5AA

Black with #90A5AA

Text Example


Text Example

White with #90A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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