Html Css Color HEX #AEAFA3 Bombay

📋 copy color: '#AEAFA3'

red 174 ◦ green 175 ◦ blue 163

#AEAFA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bombay #AEAFA3

Tints of Bombay #AEAFA3

RGB

 RED value IS 174 (68.36% from 255) = 33.98%

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 163 (64.06% from 255) = 31.84%

R = 33.98%
G = 34.18%
B = 31.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AEAFA3 (or 0xAEAFA3) is known color: Bombay. HEX triplet: AE, AF and A3. RGB value is (174,175,163). Sum of RGB (Red+Green+Blue) = 174+175+163=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA3 is #51505C. Grayscale: #ADADAD. Windows color (decimal): -5328989 or 10727342. OLE color: 10727342.

HSL color Cylindrical-coordinate representation of color #AEAFA3: hue angle of 65º degrees, saturation: 0.07, 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 #AEAFA3 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 175 163 -
CMYK 0.01 0 0.07 0.31
HSL 65º 0.07% 0.66% -
HSV(B) 65º 0.07% 0.69% -
XYZ 39.4 42.3 40.74 -
YUV 173.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 174 175 163 0.01 0 0.07 0.31 65 0.07 0.66
Hex AE AF A3 1 0 7 1F 41 7 42
Octal 256 257 243 1 0 7 37 101 7 102
Binary 10101110 10101111 10100011 1 0 111 11111 1000001 111 1000010

Color Harmonies of #AEAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFA3

Black with #AEAFA3

Text Example


Text Example

White with #AEAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFA3; }

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

 H1.HeaderClassName
 {
   color: #AEAFA3;
 }
 .AnyTagClassName
 {
   color: #AEAFA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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