#AFBFBB

Color #AFBFBB Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #AFBFBB

Tints of Opal #AFBFBB

Color information

#AFBFBB (or 0xAFBFBB) is unknown color: approx Opal. HEX triplet: AF, BF and BB. RGB value is (175,191,187). Sum of RGB (Red+Green+Blue) = 175+191+187=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBB is #504044. Grayscale: #B9B9B9. Windows color (decimal): -5259333 or 12304303. OLE color: 12304303.

HSL color Cylindrical-coordinate representation of color #AFBFBB: hue angle of 165º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFBB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB175191187-
CMYK0.0800.020.25
HSL165º11.11%71.76%-
HSV(B)165º8.38%74.9%-
XYZ45.2849.9654.27-
YUV185.76128.7120.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=31.65%
G=34.54%
B=33.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911870.0800.020.2516511.1171.76
HexAFBFBB80219a5b48
Octal25727727310023124513110
Binary1010111110111111101110111000010110011010010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFBB; }

 p { color: rgb(175,191,187); }

 H1.HeaderClassName
 {
   color: #AFBFBB;
 }
 .AnyTagClassName
 {
   color: #AFBFBB;
 }
</style>
background-color css

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

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

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

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

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

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