Html Css Color HEX #AEAFA2 Bombay

📋 copy color: '#AEAFA2'

red 174 ◦ green 175 ◦ blue 162

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

Shades of Bombay #AEAFA2

Tints of Bombay #AEAFA2

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.7%

R = 34.05%
G = 34.25%
B = 31.7%

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

#AEAFA2 (or 0xAEAFA2) is known color: 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

RGB 174 175 162 -
CMYK 0.01 0 0.07 0.31
HSL 64.62º 0.08% 0.66% -
HSV(B) 64.62º 0.07% 0.69% -
XYZ 39.31 42.27 40.27 -
YUV 173.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 174 175 162 0.01 0 0.07 0.31 64.62 0.08 0.66
Hex AE AF A2 1 0 7 1F 41 8 42
Octal 256 257 242 1 0 7 37 101 10 102
Binary 10101110 10101111 10100010 1 0 111 11111 1000001 1000 1000010

Color Harmonies of #AEAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFA2

Black with #AEAFA2

Text Example


Text Example

White with #AEAFA2

Text Example


Text Example

HTML Codes & Css Web 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>