#AEB7C0

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

Shades of Heather #AEB7C0

Tints of Heather #AEB7C0

Color information

#AEB7C0 (or 0xAEB7C0) is unknown color: approx Heather. HEX triplet: AE, B7 and C0. RGB value is (174,183,192). Sum of RGB (Red+Green+Blue) = 174+183+192=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7C0 is #51483F. Grayscale: #B5B5B5. Windows color (decimal): -5326912 or 12629934. OLE color: 12629934.

HSL color Cylindrical-coordinate representation of color #AEB7C0: hue angle of 210º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEB7C0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174183192-
CMYK0.090.0500.25
HSL210º12.5%71.76%-
HSV(B)210º9.38%75.29%-
XYZ43.946.6756.56-
YUV181.34134.02122.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=31.69%
G=33.33%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741831920.090.0500.2521012.571.76
HexAEB7C095019d2c48
Octal25626730011503132214110
Binary10101110101101111100000010011010110011101001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB7C0; }

 p { color: rgb(174,183,192); }

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

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

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

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

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

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

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