Html Css Color HEX #AEAFA8 Bombay

📋 copy color: '#AEAFA8'

red 174 ◦ green 175 ◦ blue 168

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

Shades of Bombay #AEAFA8

Tints of Bombay #AEAFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 33.66%
G = 33.85%
B = 32.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AEAFA8 (or 0xAEAFA8) is known color: Bombay. HEX triplet: AE, AF and A8. RGB value is (174,175,168). Sum of RGB (Red+Green+Blue) = 174+175+168=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA8 is #515057. Grayscale: #ADADAD. Windows color (decimal): -5328984 or 11055022. OLE color: 11055022.

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

Color convert

RGB 174 175 168 -
CMYK 0.01 0 0.04 0.31
HSL 68.57º 0.04% 0.67% -
HSV(B) 68.57º 0.04% 0.69% -
XYZ 39.85 42.49 43.15 -
YUV 173.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 174 175 168 0.01 0 0.04 0.31 68.57 0.04 0.67
Hex AE AF A8 1 0 4 1F 45 4 43
Octal 256 257 250 1 0 4 37 105 4 103
Binary 10101110 10101111 10101000 1 0 100 11111 1000101 100 1000011

Color Harmonies of #AEAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFA8

Black with #AEAFA8

Text Example


Text Example

White with #AEAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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