Html Css Color HEX #AFB09E Bombay

📋 copy color: '#AFB09E'

red 175 ◦ green 176 ◦ blue 158

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

Shades of Bombay #AFB09E

Tints of Bombay #AFB09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.04%

R = 34.38%
G = 34.58%
B = 31.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AFB09E (or 0xAFB09E) is known color: Bombay. HEX triplet: AF, B0 and 9E. RGB value is (175,176,158). Sum of RGB (Red+Green+Blue) = 175+176+158=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB09E is #504F61. Grayscale: #ADADAD. Windows color (decimal): -5263202 or 10399919. OLE color: 10399919.

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

Color convert

RGB 175 176 158 -
CMYK 0.01 0 0.10 0.31
HSL 63.33º 0.1% 0.65% -
HSV(B) 63.33º 0.1% 0.69% -
XYZ 39.38 42.63 38.5 -
YUV 173.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 175 176 158 0.01 0 0.10 0.31 63.33 0.1 0.65
Hex AF B0 9E 1 0 A 1F 3F A 41
Octal 257 260 236 1 0 12 37 77 12 101
Binary 10101111 10110000 10011110 1 0 1010 11111 111111 1010 1000001

Color Harmonies of #AFB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB09E

Black with #AFB09E

Text Example


Text Example

White with #AFB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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