#AFBEB9

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

Shades of Opal #AFBEB9

Tints of Opal #AFBEB9

Color information

#AFBEB9 (or 0xAFBEB9) is unknown color: approx Opal. HEX triplet: AF, BE and B9. RGB value is (175,190,185). Sum of RGB (Red+Green+Blue) = 175+190+185=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEB9 is #504146. Grayscale: #B8B8B8. Windows color (decimal): -5259591 or 12172975. OLE color: 12172975.

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

Color convert

RGB175190185-
CMYK0.0800.030.25
HSL160º10.34%71.57%-
HSV(B)160º7.89%74.51%-
XYZ44.8549.4453.08-
YUV184.94128.03120.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=31.82%
G=34.55%
B=33.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901850.0800.030.2516010.3471.57
HexAFBEB980319a0a48
Octal25727627110033124012110
Binary1010111110111110101110011000011110011010000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEB9; }

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

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

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

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

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

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

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

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