Html Css Color HEX #AEAFA1 Bombay

📋 copy color: '#AEAFA1'

red 174 ◦ green 175 ◦ blue 161

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

Shades of Bombay #AEAFA1

Tints of Bombay #AEAFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.57%

R = 34.12%
G = 34.31%
B = 31.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AEAFA1 (or 0xAEAFA1) is known color: Bombay. HEX triplet: AE, AF and A1. RGB value is (174,175,161). Sum of RGB (Red+Green+Blue) = 174+175+161=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFA1 is #51505E. Grayscale: #ADADAD. Windows color (decimal): -5328991 or 10596270. OLE color: 10596270.

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

Color convert

RGB 174 175 161 -
CMYK 0.01 0 0.08 0.31
HSL 64.29º 0.08% 0.66% -
HSV(B) 64.29º 0.08% 0.69% -
XYZ 39.22 42.23 39.8 -
YUV 173.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 174 175 161 0.01 0 0.08 0.31 64.29 0.08 0.66
Hex AE AF A1 1 0 8 1F 40 8 42
Octal 256 257 241 1 0 10 37 100 10 102
Binary 10101110 10101111 10100001 1 0 1000 11111 1000000 1000 1000010

Color Harmonies of #AEAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAFA1

Black with #AEAFA1

Text Example


Text Example

White with #AEAFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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