#929CAA

Color #929CAA Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #929CAA

Tints of Grey Chateau #929CAA

Color information

#929CAA (or 0x929CAA) is unknown color: approx Grey Chateau. HEX triplet: 92, 9C and AA. RGB value is (146,156,170). Sum of RGB (Red+Green+Blue) = 146+156+170=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #929CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929CAA is #6D6355. Grayscale: #9A9A9A. Windows color (decimal): -7168854 or 11181202. OLE color: 11181202.

HSL color Cylindrical-coordinate representation of color #929CAA: hue angle of 215º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929CAA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146156170-
CMYK0.140.0800.33
HSL215º12.37%61.96%-
HSV(B)215º14.12%66.67%-
XYZ3132.7942.73-
YUV154.61136.69121.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=30.93%
G=33.05%
B=36.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461561700.140.0800.3321512.3761.96
Hex929CAAE8021d7c3e
Octal22223425216100413271476
Binary100100101001110010101010111010000100001110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929CAA; }

 p { color: rgb(146,156,170); }

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

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

 a { background-color: rgb(146,156,170); }

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

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

 span { border-color: rgb(146,156,170); }

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