Html Css Color HEX #90A7A1 Cascade

📋 copy color: '#90A7A1'

red 144 ◦ green 167 ◦ blue 161

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

Shades of Cascade #90A7A1

Tints of Cascade #90A7A1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.38%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 30.51%
G = 35.38%
B = 34.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#90A7A1 (or 0x90A7A1) is known color: Cascade. HEX triplet: 90, A7 and A1. RGB value is (144,167,161). Sum of RGB (Red+Green+Blue) = 144+167+161=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 167 - color contains mainly: green. Hex color #90A7A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A7A1 is #6F585E. Grayscale: #9F9F9F. Windows color (decimal): -7297119 or 10594192. OLE color: 10594192.

HSL color Cylindrical-coordinate representation of color #90A7A1: hue angle of 164.35º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A7A1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 144 167 161 -
CMYK 0.14 0 0.04 0.35
HSL 164.35º 0.12% 0.61% -
HSV(B) 164.35º 0.14% 0.65% -
XYZ 31.75 36.14 39.02 -
YUV 159.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 144 167 161 0.14 0 0.04 0.35 164.35 0.12 0.61
Hex 90 A7 A1 E 0 4 23 A4 C 3D
Octal 220 247 241 16 0 4 43 244 14 75
Binary 10010000 10100111 10100001 1110 0 100 100011 10100100 1100 111101

Color Harmonies of #90A7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A7A1

Black with #90A7A1

Text Example


Text Example

White with #90A7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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