#AFBDB9

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

Shades of Opal #AFBDB9

Tints of Opal #AFBDB9

Color information

#AFBDB9 (or 0xAFBDB9) is unknown color: approx Opal. HEX triplet: AF, BD and B9. RGB value is (175,189,185). Sum of RGB (Red+Green+Blue) = 175+189+185=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB9 is #504246. Grayscale: #B8B8B8. Windows color (decimal): -5259847 or 12172719. OLE color: 12172719.

HSL color Cylindrical-coordinate representation of color #AFBDB9: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB175189185-
CMYK0.0700.020.26
HSL162.86º9.59%71.37%-
HSV(B)162.86º7.41%74.12%-
XYZ44.6349.0153.01-
YUV184.36128.36121.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=31.88%
G=34.43%
B=33.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891850.0700.020.26162.869.5971.37
HexAFBDB97021Aa3a47
Octal2572752717023224312107
Binary101011111011110110111001111010110101010001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDB9; }

 p { color: rgb(175,189,185); }

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

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

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

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

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

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

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