Html Css Color HEX #AFB0A0 Bombay

📋 copy color: '#AFB0A0'

red 175 ◦ green 176 ◦ blue 160

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

Shades of Bombay #AFB0A0

Tints of Bombay #AFB0A0

RGB

 RED value IS 175 (68.75% from 255) = 34.25%

 GREEN value IS 176 (69.14% from 255) = 34.44%

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

R = 34.25%
G = 34.44%
B = 31.31%

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

#AFB0A0 (or 0xAFB0A0) is known color: Bombay. HEX triplet: AF, B0 and A0. RGB value is (175,176,160). Sum of RGB (Red+Green+Blue) = 175+176+160=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0A0 is #504F5F. Grayscale: #ADADAD. Windows color (decimal): -5263200 or 10530991. OLE color: 10530991.

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

Color convert

RGB 175 176 160 -
CMYK 0.01 0 0.09 0.31
HSL 63.75º 0.09% 0.66% -
HSV(B) 63.75º 0.09% 0.69% -
XYZ 39.55 42.7 39.42 -
YUV 173.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 175 176 160 0.01 0 0.09 0.31 63.75 0.09 0.66
Hex AF B0 A0 1 0 9 1F 40 9 42
Octal 257 260 240 1 0 11 37 100 11 102
Binary 10101111 10110000 10100000 1 0 1001 11111 1000000 1001 1000010

Color Harmonies of #AFB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0A0

Black with #AFB0A0

Text Example


Text Example

White with #AFB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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