#AFBAB7

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

Shades of Opal #AFBAB7

Tints of Opal #AFBAB7

Color information

#AFBAB7 (or 0xAFBAB7) is unknown color: approx Opal. HEX triplet: AF, BA and B7. RGB value is (175,186,183). Sum of RGB (Red+Green+Blue) = 175+186+183=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB7 is #504548. Grayscale: #B6B6B6. Windows color (decimal): -5260617 or 12040879. OLE color: 12040879.

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

Color convert

RGB175186183-
CMYK0.0600.020.27
HSL163.64º7.38%70.78%-
HSV(B)163.64º5.91%72.94%-
XYZ43.7947.6551.69-
YUV182.37128.36122.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=32.17%
G=34.19%
B=33.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861830.0600.020.27163.647.3870.78
HexAFBAB76021Ba4747
Octal257272267602332447107
Binary10101111101110101011011111001011011101001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAB7; }

 p { color: rgb(175,186,183); }

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

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

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

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

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

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

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