Html Css Color HEX #AEAFA0 Bombay

📋 copy color: '#AEAFA0'

red 174 ◦ green 175 ◦ blue 160

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

Shades of Bombay #AEAFA0

Tints of Bombay #AEAFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 34.18%
G = 34.38%
B = 31.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AEAFA0 (or 0xAEAFA0) is known color: Bombay. HEX triplet: AE, AF and A0. RGB value is (174,175,160). Sum of RGB (Red+Green+Blue) = 174+175+160=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA0 is #51505F. Grayscale: #ADADAD. Windows color (decimal): -5328992 or 10530734. OLE color: 10530734.

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

Color convert

RGB 174 175 160 -
CMYK 0.01 0 0.09 0.31
HSL 64º 0.09% 0.66% -
HSV(B) 64º 0.09% 0.69% -
XYZ 39.13 42.2 39.34 -
YUV 172.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 174 175 160 0.01 0 0.09 0.31 64 0.09 0.66
Hex AE AF A0 1 0 9 1F 40 9 42
Octal 256 257 240 1 0 11 37 100 11 102
Binary 10101110 10101111 10100000 1 0 1001 11111 1000000 1001 1000010

Color Harmonies of #AEAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFA0

Black with #AEAFA0

Text Example


Text Example

White with #AEAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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