#9CAEAE

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

Shades of Hit Grey #9CAEAE

Tints of Hit Grey #9CAEAE

Color information

#9CAEAE (or 0x9CAEAE) is unknown color: approx Hit Grey. HEX triplet: 9C, AE and AE. RGB value is (156,174,174). Sum of RGB (Red+Green+Blue) = 156+174+174=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #9CAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEAE is #635151. Grayscale: #A8A8A8. Windows color (decimal): -6508882 or 11447964. OLE color: 11447964.

HSL color Cylindrical-coordinate representation of color #9CAEAE: hue angle of 180º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CAEAE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156174174-
CMYK0.10000.32
HSL180º10%64.71%-
HSV(B)180º10.34%68.24%-
XYZ36.4940.445.92-
YUV168.62131.04119-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=30.95%
G=34.52%
B=34.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561741740.10000.321801064.71
Hex9CAEAEA0020b4a41
Octal23425625612004026412101
Binary1001110010101110101011101010001000001011010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,174,174); }

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

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

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

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

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

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

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