Html Css Color HEX #90ACA1 Cascade

📋 copy color: '#90ACA1'

red 144 ◦ green 172 ◦ blue 161

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

Shades of Cascade #90ACA1

Tints of Cascade #90ACA1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

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

R = 30.19%
G = 36.06%
B = 33.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#90ACA1 (or 0x90ACA1) is known color: Cascade. HEX triplet: 90, AC and A1. RGB value is (144,172,161). Sum of RGB (Red+Green+Blue) = 144+172+161=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #90ACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACA1 is #6F535E. Grayscale: #A2A2A2. Windows color (decimal): -7295839 or 10595472. OLE color: 10595472.

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

Color convert

RGB 144 172 161 -
CMYK 0.16 0 0.06 0.33
HSL 156.43º 0.14% 0.62% -
HSV(B) 156.43º 0.16% 0.67% -
XYZ 32.69 38.01 39.33 -
YUV 162.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 144 172 161 0.16 0 0.06 0.33 156.43 0.14 0.62
Hex 90 AC A1 10 0 6 21 9C E 3E
Octal 220 254 241 20 0 6 41 234 16 76
Binary 10010000 10101100 10100001 10000 0 110 100001 10011100 1110 111110

Color Harmonies of #90ACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACA1

Black with #90ACA1

Text Example


Text Example

White with #90ACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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