#A7C9B6

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

Shades of Nebula #A7C9B6

Tints of Nebula #A7C9B6

Color information

#A7C9B6 (or 0xA7C9B6) is unknown color: approx Nebula. HEX triplet: A7, C9 and B6. RGB value is (167,201,182). Sum of RGB (Red+Green+Blue) = 167+201+182=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C9B6 is #583649. Grayscale: #BCBCBC. Windows color (decimal): -5781066 or 11979175. OLE color: 11979175.

HSL color Cylindrical-coordinate representation of color #A7C9B6: hue angle of 146.47º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C9B6 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB167201182-
CMYK0.1700.090.21
HSL146.47º23.94%72.16%-
HSV(B)146.47º16.92%78.82%-
XYZ45.2753.3752.17-
YUV188.67124.24112.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=30.36%
G=36.55%
B=33.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672011820.1700.090.21146.4723.9472.16
HexA7C9B6110915921848
Octal247311266210112522230110
Binary10100111110010011011011010001010011010110010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C9B6; }

 p { color: rgb(167,201,182); }

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

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

 a { background-color: rgb(167,201,182); }

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

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

 span { border-color: rgb(167,201,182); }

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