Html Css Color HEX #99A8A4 Cascade

📋 copy color: '#99A8A4'

red 153 ◦ green 168 ◦ blue 164

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

Shades of Cascade #99A8A4

Tints of Cascade #99A8A4

RGB

 RED value IS 153 (60.16% from 255) = 31.55%

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 31.55%
G = 34.64%
B = 33.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#99A8A4 (or 0x99A8A4) is known color: Cascade. HEX triplet: 99, A8 and A4. RGB value is (153,168,164). Sum of RGB (Red+Green+Blue) = 153+168+164=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 168 - color contains mainly: green. Hex color #99A8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A8A4 is #66575B. Grayscale: #A3A3A3. Windows color (decimal): -6707036 or 10791065. OLE color: 10791065.

HSL color Cylindrical-coordinate representation of color #99A8A4: hue angle of 164º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A8A4 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 168 164 -
CMYK 0.09 0 0.02 0.34
HSL 164º 0.08% 0.63% -
HSV(B) 164º 0.09% 0.66% -
XYZ 33.84 37.46 40.57 -
YUV 163.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 153 168 164 0.09 0 0.02 0.34 164 0.08 0.63
Hex 99 A8 A4 9 0 2 22 A4 8 3F
Octal 231 250 244 11 0 2 42 244 10 77
Binary 10011001 10101000 10100100 1001 0 10 100010 10100100 1000 111111

Color Harmonies of #99A8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A8A4

Black with #99A8A4

Text Example


Text Example

White with #99A8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A8A4; }

 p { color: rgb(153,168,164); }

 H1.HeaderClassName
 {
   color: #99A8A4;
 }
 .AnyTagClassName
 {
   color: #99A8A4;
 }
</style>

background-color css

<style>
 a { background-color: #99A8A4; }

 a { background-color: rgb(153,168,164); }

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

border-color css

<style>
 span { border-color: #99A8A4; }

 span { border-color: rgb(153,168,164); }

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