Html Css Color HEX #AFAFA2 Bombay

📋 copy color: '#AFAFA2'

red 175 ◦ green 175 ◦ blue 162

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

Shades of Bombay #AFAFA2

Tints of Bombay #AFAFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.64%

R = 34.18%
G = 34.18%
B = 31.64%

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

#AFAFA2 (or 0xAFAFA2) is known color: Bombay. HEX triplet: AF, AF and A2. RGB value is (175,175,162). Sum of RGB (Red+Green+Blue) = 175+175+162=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFA2 is #50505D. Grayscale: #ADADAD. Windows color (decimal): -5263454 or 10661807. OLE color: 10661807.

HSL color Cylindrical-coordinate representation of color #AFAFA2: hue angle of 60º degrees, saturation: 0.08, 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 #AFAFA2 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 175 162 -
CMYK 0 0 0.07 0.31
HSL 60º 0.08% 0.66% -
HSV(B) 60º 0.07% 0.69% -
XYZ 39.53 42.38 40.28 -
YUV 173.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 175 175 162 0 0 0.07 0.31 60 0.08 0.66
Hex AF AF A2 0 0 7 1F 3C 8 42
Octal 257 257 242 0 0 7 37 74 10 102
Binary 10101111 10101111 10100010 0 0 111 11111 111100 1000 1000010

Color Harmonies of #AFAFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFA2

Black with #AFAFA2

Text Example


Text Example

White with #AFAFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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