#AEAFA2

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

Shades of Bombay #AEAFA2

Tints of Bombay #AEAFA2

Color information

#AEAFA2 (or 0xAEAFA2) is unknown color: approx Bombay. HEX triplet: AE, AF and A2. RGB value is (174,175,162). Sum of RGB (Red+Green+Blue) = 174+175+162=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA2 is #51505D. Grayscale: #ADADAD. Windows color (decimal): -5328990 or 10661806. OLE color: 10661806.

HSL color Cylindrical-coordinate representation of color #AEAFA2: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEAFA2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB174175162-
CMYK0.0100.070.31
HSL64.62º7.51%66.08%-
HSV(B)64.62º7.43%68.63%-
XYZ39.3142.2740.27-
YUV173.22121.67128.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=34.05%
G=34.25%
B=31.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751620.0100.070.3164.627.5166.08
HexAEAFA21071F41842
Octal2562572421073710110102
Binary1010111010101111101000101011111111100000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFA2; }

 p { color: rgb(174,175,162); }

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

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

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

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

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

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

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