Html Css Color HEX #8AA5A1 Cascade

📋 copy color: '#8AA5A1'

red 138 ◦ green 165 ◦ blue 161

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

Shades of Cascade #8AA5A1

Tints of Cascade #8AA5A1

RGB

 RED value IS 138 (54.3% from 255) = 29.74%

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

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

R = 29.74%
G = 35.56%
B = 34.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#8AA5A1 (or 0x8AA5A1) is known color: Cascade. HEX triplet: 8A, A5 and A1. RGB value is (138,165,161). Sum of RGB (Red+Green+Blue) = 138+165+161=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5A1 is #755A5E. Grayscale: #9C9C9C. Windows color (decimal): -7690847 or 10593674. OLE color: 10593674.

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

Color convert

RGB 138 165 161 -
CMYK 0.16 0 0.02 0.35
HSL 171.11º 0.13% 0.59% -
HSV(B) 171.11º 0.16% 0.65% -
XYZ 30.37 34.89 38.85 -
YUV 156.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 138 165 161 0.16 0 0.02 0.35 171.11 0.13 0.59
Hex 8A A5 A1 10 0 2 23 AB D 3B
Octal 212 245 241 20 0 2 43 253 15 73
Binary 10001010 10100101 10100001 10000 0 10 100011 10101011 1101 111011

Color Harmonies of #8AA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5A1

Black with #8AA5A1

Text Example


Text Example

White with #8AA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA5A1; }

 p { color: rgb(138,165,161); }

 H1.HeaderClassName
 {
   color: #8AA5A1;
 }
 .AnyTagClassName
 {
   color: #8AA5A1;
 }
</style>

background-color css

<style>
 a { background-color: #8AA5A1; }

 a { background-color: rgb(138,165,161); }

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

border-color css

<style>
 span { border-color: #8AA5A1; }

 span { border-color: rgb(138,165,161); }

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