Html Css Color HEX #AFAFAC Bombay

📋 copy color: '#AFAFAC'

red 175 ◦ green 175 ◦ blue 172

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

Shades of Bombay #AFAFAC

Tints of Bombay #AFAFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 33.52%
G = 33.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AFAFAC (or 0xAFAFAC) is known color: Bombay. HEX triplet: AF, AF and AC. RGB value is (175,175,172). Sum of RGB (Red+Green+Blue) = 175+175+172=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAC is #505053. Grayscale: #AEAEAE. Windows color (decimal): -5263444 or 11317167. OLE color: 11317167.

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

Color convert

RGB 175 175 172 -
CMYK 0 0 0.02 0.31
HSL 60º 0.02% 0.68% -
HSV(B) 60º 0.02% 0.69% -
XYZ 40.46 42.75 45.15 -
YUV 174.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 175 175 172 0 0 0.02 0.31 60 0.02 0.68
Hex AF AF AC 0 0 2 1F 3C 2 44
Octal 257 257 254 0 0 2 37 74 2 104
Binary 10101111 10101111 10101100 0 0 10 11111 111100 10 1000100

Color Harmonies of #AFAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFAC

Black with #AFAFAC

Text Example


Text Example

White with #AFAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFAC; }

 p { color: rgb(175,175,172); }

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

background-color css

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

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

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

border-color css

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

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

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