#9AA69C

Color #9AA69C Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #9AA69C

Tints of Edward #9AA69C

Color information

#9AA69C (or 0x9AA69C) is unknown color: approx Edward. HEX triplet: 9A, A6 and 9C. RGB value is (154,166,156). Sum of RGB (Red+Green+Blue) = 154+166+156=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA69C is #655963. Grayscale: #A1A1A1. Windows color (decimal): -6642020 or 10266266. OLE color: 10266266.

HSL color Cylindrical-coordinate representation of color #9AA69C: hue angle of 130º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA69C is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB154166156-
CMYK0.0700.060.35
HSL130º6.32%62.75%-
HSV(B)130º7.23%65.1%-
XYZ32.9636.5436.77-
YUV161.27125.02122.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=32.35%
G=34.87%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541661560.0700.060.351306.3262.75
Hex9AA69C706238263f
Octal23224623470643202677
Binary100110101010011010011100111011010001110000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA69C; }

 p { color: rgb(154,166,156); }

 H1.HeaderClassName
 {
   color: #9AA69C;
 }
 .AnyTagClassName
 {
   color: #9AA69C;
 }
</style>
background-color css

<style>
 a { background-color: #9AA69C; }

 a { background-color: rgb(154,166,156); }

 div.DivClassName
 {
   background-color: #9AA69C;
 }
 .BgClassName
 {
   background-color: #9AA69C;
 }
</style>
border-color css

<style>
 span { border-color: #9AA69C; }

 span { border-color: rgb(154,166,156); }

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