Html Css Color HEX #AFAFA3 Bombay

📋 copy color: '#AFAFA3'

red 175 ◦ green 175 ◦ blue 163

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

Shades of Bombay #AFAFA3

Tints of Bombay #AFAFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 34.11%
G = 34.11%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AFAFA3 (or 0xAFAFA3) is known color: Bombay. HEX triplet: AF, AF and A3. RGB value is (175,175,163). Sum of RGB (Red+Green+Blue) = 175+175+163=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA3 is #50505C. Grayscale: #ADADAD. Windows color (decimal): -5263453 or 10727343. OLE color: 10727343.

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

Color convert

RGB 175 175 163 -
CMYK 0 0 0.07 0.31
HSL 60º 0.07% 0.66% -
HSV(B) 60º 0.07% 0.69% -
XYZ 39.62 42.42 40.75 -
YUV 173.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 175 175 163 0 0 0.07 0.31 60 0.07 0.66
Hex AF AF A3 0 0 7 1F 3C 7 42
Octal 257 257 243 0 0 7 37 74 7 102
Binary 10101111 10101111 10100011 0 0 111 11111 111100 111 1000010

Color Harmonies of #AFAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFA3

Black with #AFAFA3

Text Example


Text Example

White with #AFAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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