Html Css Color HEX #90A6A3 Cascade

📋 copy color: '#90A6A3'

red 144 ◦ green 166 ◦ blue 163

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

Shades of Cascade #90A6A3

Tints of Cascade #90A6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.46%

R = 30.44%
G = 35.1%
B = 34.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#90A6A3 (or 0x90A6A3) is known color: Cascade. HEX triplet: 90, A6 and A3. RGB value is (144,166,163). Sum of RGB (Red+Green+Blue) = 144+166+163=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #90A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6A3 is #6F595C. Grayscale: #9F9F9F. Windows color (decimal): -7297373 or 10725008. OLE color: 10725008.

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

Color convert

RGB 144 166 163 -
CMYK 0.13 0 0.02 0.35
HSL 171.82º 0.11% 0.61% -
HSV(B) 171.82º 0.13% 0.65% -
XYZ 31.75 35.85 39.9 -
YUV 159.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 144 166 163 0.13 0 0.02 0.35 171.82 0.11 0.61
Hex 90 A6 A3 D 0 2 23 AC B 3D
Octal 220 246 243 15 0 2 43 254 13 75
Binary 10010000 10100110 10100011 1101 0 10 100011 10101100 1011 111101

Color Harmonies of #90A6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6A3

Black with #90A6A3

Text Example


Text Example

White with #90A6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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