Html Css Color HEX #AFAFAD Bombay

📋 copy color: '#AFAFAD'

red 175 ◦ green 175 ◦ blue 173

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

Shades of Bombay #AFAFAD

Tints of Bombay #AFAFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 33.46%
G = 33.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AFAFAD (or 0xAFAFAD) is known color: Bombay. HEX triplet: AF, AF and AD. RGB value is (175,175,173). Sum of RGB (Red+Green+Blue) = 175+175+173=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFAD is #505052. Grayscale: #AEAEAE. Windows color (decimal): -5263443 or 11382703. OLE color: 11382703.

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

Color convert

RGB 175 175 173 -
CMYK 0 0 0.01 0.31
HSL 60º 0.01% 0.68% -
HSV(B) 60º 0.01% 0.69% -
XYZ 40.55 42.79 45.66 -
YUV 174.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 175 175 173 0 0 0.01 0.31 60 0.01 0.68
Hex AF AF AD 0 0 1 1F 3C 1 44
Octal 257 257 255 0 0 1 37 74 1 104
Binary 10101111 10101111 10101101 0 0 1 11111 111100 1 1000100

Color Harmonies of #AFAFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFAD

Black with #AFAFAD

Text Example


Text Example

White with #AFAFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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