#8AA5A1

Color #8AA5A1 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #8AA5A1

Tints of Cascade #8AA5A1

Color information

#8AA5A1 (or 0x8AA5A1) is unknown color: approx 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

RGB138165161-
CMYK0.1600.020.35
HSL171.11º13.04%59.41%-
HSV(B)171.11º16.36%64.71%-
XYZ30.3734.8938.85-
YUV156.47130.55114.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=29.74%
G=35.56%
B=34.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381651610.1600.020.35171.1113.0459.41
Hex8AA5A1100223abd3b
Octal2122452412002432531573
Binary10001010101001011010000110000010100011101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>