Html Css Color HEX #AFB09C Bombay

📋 copy color: '#AFB09C'

red 175 ◦ green 176 ◦ blue 156

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

Shades of Bombay #AFB09C

Tints of Bombay #AFB09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.77%

R = 34.52%
G = 34.71%
B = 30.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AFB09C (or 0xAFB09C) is known color: Bombay. HEX triplet: AF, B0 and 9C. RGB value is (175,176,156). Sum of RGB (Red+Green+Blue) = 175+176+156=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB09C is #504F63. Grayscale: #ADADAD. Windows color (decimal): -5263204 or 10268847. OLE color: 10268847.

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

Color convert

RGB 175 176 156 -
CMYK 0.01 0 0.11 0.31
HSL 63º 0.11% 0.65% -
HSV(B) 63º 0.11% 0.69% -
XYZ 39.21 42.56 37.6 -
YUV 173.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 175 176 156 0.01 0 0.11 0.31 63 0.11 0.65
Hex AF B0 9C 1 0 B 1F 3F B 41
Octal 257 260 234 1 0 13 37 77 13 101
Binary 10101111 10110000 10011100 1 0 1011 11111 111111 1011 1000001

Color Harmonies of #AFB09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB09C

Black with #AFB09C

Text Example


Text Example

White with #AFB09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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