#AEAFA4

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

Shades of Bombay #AEAFA4

Tints of Bombay #AEAFA4

Color information

#AEAFA4 (or 0xAEAFA4) is unknown color: approx Bombay. HEX triplet: AE, AF and A4. RGB value is (174,175,164). Sum of RGB (Red+Green+Blue) = 174+175+164=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA4 is #51505B. Grayscale: #ADADAD. Windows color (decimal): -5328988 or 10792878. OLE color: 10792878.

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

Color convert

RGB174175164-
CMYK0.0100.060.31
HSL65.45º6.43%66.47%-
HSV(B)65.45º6.29%68.63%-
XYZ39.4942.3441.21-
YUV173.45122.67128.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=33.92%
G=34.11%
B=31.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751640.0100.060.3165.456.4366.47
HexAEAFA41061F41642
Octal256257244106371016102
Binary101011101010111110100100101101111110000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFA4; }

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

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

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

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

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

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

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

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